summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jaeger <git-commit@henk.geekmail.org>2016-09-25 00:00:31 +0200
committerHendrik Jaeger <git-commit@henk.geekmail.org>2016-09-25 00:00:31 +0200
commitd443352c96f036858b34c4827d8690ed69c04709 (patch)
tree27951e91ea21bc36f0bac871167a971899e20ac2
parente7af698dce41b3293f046aeb51eaa7d60845456d (diff)
Globbing dots, directory aliases, etc
-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