From d443352c96f036858b34c4827d8690ed69c04709 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Sun, 25 Sep 2016 00:00:31 +0200 Subject: [PATCH] Globbing dots, directory aliases, etc --- .zshrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zshrc b/.zshrc index cf75bed..ac34f10 100644 --- a/.zshrc +++ b/.zshrc @@ -23,6 +23,15 @@ HENKSPROMPTHEADER=$'%F{red}%D{%a}%f %F{green}%D{%F %T Wk %V}%f %F{blue}%D{%s}%f PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH 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 + +## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..) +#WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default +#WORDCHARS=. +WORDCHARS='*?_[]~=&;!#$%^(){}' +#WORDCHARS='${WORDCHARS:s@/@}' setopt AUTO_CD setopt CHASE_LINKS @@ -35,6 +44,7 @@ setopt MARK_DIRS setopt NUMERIC_GLOB_SORT setopt RC_EXPAND_PARAM setopt WARN_CREATE_GLOBAL +setopt GLOB_DOTS setopt HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_SPACE @@ -54,3 +64,7 @@ setopt NO_BG_NICE setopt LONG_LIST_JOBS bindkey -e + +task awaiting + +cat ~/.motd -- 2.39.2