]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
ac34f10d33ab5721964c74330ba09b248707eb3e
[user/henk/vcsh/zsh.git] / .zshrc
1 autoload -Uz vcs_info
2 autoload -U edit-command-line
3
4 . ~/.zsh_comprc
5 . ~/.zsh_functions
6 . ~/.zsh_functions_media
7 . ~/.zsh_functions_taskwarrior
8 . ~/.zsh_aliases
9 . ~/.zsh_local
10
11 zle -N zle-line-init
12 zle -N zle-keymap-select
13 zle -N edit-command-line
14
15 HISTFILE=~/.zsh_history
16 HISTSIZE=5000
17 SAVEHIST=3000
18
19 REPORTTIME=10
20
21 HENKSPROMPTHEADER=$'%F{red}%D{%a}%f %F{green}%D{%F %T Wk %V}%f %F{blue}%D{%s}%f %F{yellow}%n@%m%f\n'
22
23 PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH
24
25 hash -d diary=~/Data/henksfiles/TODO/henksfiles/documents/private/diary
26 hash -d bewerbung=~/Data/henksfiles/workinprogress/Dokumente/bewerbung
27 hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine
28 hash -d templates=~/Data/henksfiles/workinprogress/templates
29
30 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..)
31 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default
32 #WORDCHARS=.
33 WORDCHARS='*?_[]~=&;!#$%^(){}'
34 #WORDCHARS='${WORDCHARS:s@/@}'
35
36 setopt AUTO_CD
37 setopt CHASE_LINKS
38
39 setopt AUTO_NAME_DIRS
40
41 setopt BRACE_CCL
42 setopt EXTENDED_GLOB
43 setopt MARK_DIRS
44 setopt NUMERIC_GLOB_SORT
45 setopt RC_EXPAND_PARAM
46 setopt WARN_CREATE_GLOBAL
47 setopt GLOB_DOTS
48
49 setopt HIST_IGNORE_ALL_DUPS
50 setopt HIST_IGNORE_SPACE
51 setopt HIST_NO_STORE
52 setopt HIST_REDUCE_BLANKS
53 setopt HIST_VERIFY
54 setopt INC_APPEND_HISTORY
55
56 setopt NO_CLOBBER
57 setopt CORRECT
58 setopt CORRECT_ALL
59 unsetopt NOMATCH
60 setopt PRINT_EXIT_VALUE
61
62 setopt AUTO_CONTINUE
63 setopt NO_BG_NICE
64 setopt LONG_LIST_JOBS
65
66 bindkey -e
67
68 task awaiting
69
70 cat ~/.motd