]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
Merge branch 'master' of ssh://git.netwichtig.de/vcsh-zsh
[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 hash -d gitignore=~/Data/public/software/gitignore
30
31 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..)
32 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default
33 #WORDCHARS=.
34 WORDCHARS='*?_[]~=&;!#$%^(){}'
35 #WORDCHARS='${WORDCHARS:s@/@}'
36
37 setopt AUTO_CD
38 setopt CHASE_LINKS
39
40 setopt AUTO_NAME_DIRS
41
42 setopt BRACE_CCL
43 setopt EXTENDED_GLOB
44 setopt MARK_DIRS
45 setopt NUMERIC_GLOB_SORT
46 setopt RC_EXPAND_PARAM
47 setopt WARN_CREATE_GLOBAL
48 setopt GLOB_DOTS
49
50 setopt HIST_IGNORE_ALL_DUPS
51 setopt HIST_IGNORE_SPACE
52 setopt HIST_NO_STORE
53 setopt HIST_REDUCE_BLANKS
54 setopt HIST_VERIFY
55 setopt INC_APPEND_HISTORY
56
57 setopt NO_CLOBBER
58 setopt CORRECT
59 setopt CORRECT_ALL
60 unsetopt NOMATCH
61 setopt PRINT_EXIT_VALUE
62
63 setopt AUTO_CONTINUE
64 setopt NO_BG_NICE
65 setopt LONG_LIST_JOBS
66
67 bindkey -e
68
69 #task awaiting
70
71 cat ~/.motd