9 lines
125 B
Bash
9 lines
125 B
Bash
#!/bin/bash
|
|
|
|
# Defined prefered applications
|
|
export TERMINAL=urxvtc
|
|
export PAGER=less
|
|
export EDITOR=vim
|
|
export BROWSER=surf
|
|
|