From 788ddb6f9a7a53d3b88a984bc366c11c88b2c3de Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Wed, 18 Sep 2019 09:32:55 +0200 Subject: [PATCH] Add directory aliases, stop setting PATH --- .zshrc | 6 +++--- 1 file 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 -- 2.39.5