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