]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
Changed diary shortcuts
[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_aliases
7 . ~/.zsh_local
8
9 zle -N zle-line-init
10 zle -N zle-keymap-select
11 zle -N edit-command-line
12
13 HISTFILE=~/.zsh_history
14 HISTSIZE=5000
15 SAVEHIST=3000
16
17 REPORTTIME=10
18
19 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'
20
21 PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH
22
23 hash -d diary=~/Data/henksfiles/TODO/henksfiles/documents/private/diary
24
25 setopt AUTO_CD
26 setopt CHASE_LINKS
27
28 setopt AUTO_NAME_DIRS
29
30 setopt BRACE_CCL
31 setopt EXTENDED_GLOB
32 setopt MARK_DIRS
33 setopt NUMERIC_GLOB_SORT
34 setopt RC_EXPAND_PARAM
35 setopt WARN_CREATE_GLOBAL
36
37 setopt HIST_IGNORE_ALL_DUPS
38 setopt HIST_IGNORE_SPACE
39 setopt HIST_NO_STORE
40 setopt HIST_REDUCE_BLANKS
41 setopt HIST_VERIFY
42 setopt INC_APPEND_HISTORY
43
44 setopt NO_CLOBBER
45 setopt CORRECT
46 setopt CORRECT_ALL
47 unsetopt NOMATCH
48 setopt PRINT_EXIT_VALUE
49
50 setopt AUTO_CONTINUE
51 setopt NO_BG_NICE
52 setopt LONG_LIST_JOBS
53
54 bindkey -e