From 23ed76924a50bb0d34d2bfb0997267778ddd349e Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Thu, 9 Feb 2017 23:06:23 +0100 Subject: [PATCH] Added gitignore dir alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ac34f10..cc2ae8e 100644 --- a/.zshrc +++ b/.zshrc @@ -26,6 +26,7 @@ hash -d diary=~/Data/henksfiles/TODO/henksfiles/documents/private/diary 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 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..) #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default -- 2.39.5