]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Add directory aliases, stop setting PATH
authorHendrik Jaeger <git-commit@henk.geekmail.org>
Wed, 18 Sep 2019 07:32:55 +0000 (09:32 +0200)
committerHendrik Jaeger <git-commit@henk.geekmail.org>
Wed, 18 Sep 2019 07:32:55 +0000 (09:32 +0200)
.zshrc

diff --git a/.zshrc b/.zshrc
index 2e73a21ff7d8c2c8b167ad2492335acf4eb38758..2664408f470cceca0f3686df1142f6b906f4192d 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -28,15 +28,15 @@ REPORTTIME=10
 
 #HENKSPROMPTHEADER=$'%F{red}%D{%a}%f %F{green}%D{%F %T Wk %V}%f %F{blue}%D{%s}%f %F{yellow}%n@%m%f\n'
 
-PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH
-
-hash -d diary=~/Data/henksfiles/TODO/henksfiles/documents/private/diary
+hash -d diary=~/Data/henksfiles/workinprogress/Dokumente/diary
 hash -d lifedocs=~/Data/henksfiles/workinprogress/Dokumente/Leben
 hash -d bewerbung=~/Data/henksfiles/workinprogress/Dokumente/bewerbung
 hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine
 hash -d templates=~/Data/henksfiles/workinprogress/templates
 hash -d gitignore=~/Data/public/software/gitignore
 hash -d doc=/usr/share/doc
+hash -d TODO=~/Data/henksfiles/TODO/
+hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/
 
 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..)
 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default