5 lines
144 B
Bash
5 lines
144 B
Bash
export TERM=xterm-256color
|
|
# Other settings
|
|
xbindkeys &> /dev/null
|
|
gpg2 --quiet --no-tty --batch -d $HOME/.mutt/passwords/dumb.gpg &> /dev/null
|