From f9fe72f6e2a269403006f4bcea7876c9e71972b6 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Sun, 15 Oct 2017 16:41:27 +0200 Subject: [PATCH] Add ~doc alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 4742717..b0bfd27 100644 --- a/.zshrc +++ b/.zshrc @@ -31,6 +31,7 @@ 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 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..) #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default -- 2.39.5