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