9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Defined prefered applications
|
||
|
export TERMINAL=urxvtc
|
||
|
export PAGER=less
|
||
|
export EDITOR=vim
|
||
|
export BROWSER=firefox
|
||
|
|