diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-09-18 09:32:55 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-09-18 09:32:55 +0200 |
commit | 788ddb6f9a7a53d3b88a984bc366c11c88b2c3de (patch) | |
tree | 01d1a9c80d0f25456c650b5e04190e578899f018 /.zshrc | |
parent | 50e92e74c461b637f826e5a68db4dd366f69a0d7 (diff) |
Add directory aliases, stop setting PATH
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |