config-bash/profile.d/apps

9 lines
125 B
Plaintext
Raw Normal View History

2013-04-24 16:58:31 +02:00
#!/bin/bash
# Defined prefered applications
export TERMINAL=urxvtc
export PAGER=less
export EDITOR=vim
2017-05-17 11:01:35 +02:00
export BROWSER=surf
2013-04-24 16:58:31 +02:00