diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-05-17 10:51:11 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-05-17 10:51:11 +0200 |
commit | 66c3b2858fabd3d76136522204c7d0cf29195e87 (patch) | |
tree | be017535c27f10b5386fa8d790a08fbb4982d99b /zsh/zshrc | |
parent | a57d9535ce71428571b6dbe46322ed331460605b (diff) |
Add alias for geeqie and ~/etc/bin to path
Diffstat (limited to '')
-rw-r--r-- | zsh/zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,7 @@ setopt autocd setopt listpacked setopt listtypes -export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games +export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games:~/etc/bin/ export EMAIL=xeno@thehappy.de export DEBEMAIL=xeno@thehappy.de export DEBFULLNAME="Stefan Ritter" @@ -46,6 +46,7 @@ alias v="vim" mail() { mutt -F ~/.secgit/muttrc.$1 } alias g='git' +alias gee='geeqie' alias gitserv="git daemon --verbose --reuseaddr --base-path=. --export-all ./.git" alias iso="genisoimage -l -J -R -o cd.iso" alias m="mocp" |