diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-03-26 21:57:20 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-03-26 21:57:20 +0100 |
commit | 79e0daa0ba0e120f19f6fae04b7d3c876b0d9ca5 (patch) | |
tree | 3ea97ae9c7806bd53cf336bd9fbd2cc804a79298 /.zshrc | |
parent | d457081755b804162817b81e70da71bbd6425e57 (diff) |
fix path
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ fpath=(~/.zsh_functions $fpath) # so they can stay at the top 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 bewerbung=~/Data/personal/henk/workinprogress/Dokumente/Arbeit/bewerbung hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine hash -d templates=~/Data/henksfiles/workinprogress/templates hash -d gitignore=~/Data/public/software/gitignore |