master
Paul Walko 2017-11-18 10:04:49 -05:00
parent e1c8b85ed5
commit 769a1edada
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,4 @@
export TERM=xterm-256color
# Other settings
xbindkeys &> /dev/null
gpg2 --quiet --no-tty --batch -d $HOME/.mutt/passwords/dumb.gpg &> /dev/null

3
zshrc
View File

@ -1,8 +1,5 @@
### ZSH Config
## Set TERM
export TERM=xterm-256color
## For local binaries (vim 8)
export PATH=$HOME/.local/bin:$PATH