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