summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc14
1 files changed, 14 insertions, 0 deletions
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