added mod4+z for editing .zshrc and PATH fix

This commit is contained in:
Johannes Findeisen 2015-07-10 03:32:17 +02:00
commit c008496828
2 changed files with 3 additions and 1 deletions

2
.zshrc
View file

@ -1,5 +1,5 @@
# Extend my $PATH to $PATH/bin
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PATH:$HOME/bin
export PATH=$HOME/bin:$PATH
# Export the $EDITOR and $TERMINAL
export EDITOR=/usr/bin/vim