dotfiles/zprofile

6 lines
155 B
Plaintext
Raw Normal View History

2017-11-18 03:12:27 -05:00
# Other settings
2017-11-18 03:14:35 -05:00
xbindkeys &> /dev/null
2017-11-18 03:12:27 -05:00
gpg2 --quiet --no-tty --batch -d $HOME/.mutt/passwords/dumb.gpg &> /dev/null
2018-08-21 00:35:54 -04:00
export PATH="$HOME/.cargo/bin:$PATH"