summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorHendrik Jaeger <git-commit@henk.geekmail.org>2019-09-18 09:32:55 +0200
committerHendrik Jaeger <git-commit@henk.geekmail.org>2019-09-18 09:32:55 +0200
commit788ddb6f9a7a53d3b88a984bc366c11c88b2c3de (patch)
tree01d1a9c80d0f25456c650b5e04190e578899f018 /.zshrc
parent50e92e74c461b637f826e5a68db4dd366f69a0d7 (diff)
Add directory aliases, stop setting PATH
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 2e73a21..2664408 100644
--- 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