]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
Changes to be committed:
[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 setopt AUTO_CD
24 setopt CHASE_LINKS
25
26 setopt AUTO_NAME_DIRS
27
28 setopt BRACE_CCL
29 setopt EXTENDED_GLOB
30 setopt MARK_DIRS
31 setopt NUMERIC_GLOB_SORT
32 setopt RC_EXPAND_PARAM
33 setopt WARN_CREATE_GLOBAL
34
35 setopt HIST_IGNORE_ALL_DUPS
36 setopt HIST_IGNORE_SPACE
37 setopt HIST_NO_STORE
38 setopt HIST_REDUCE_BLANKS
39 setopt HIST_VERIFY
40 setopt INC_APPEND_HISTORY
41
42 setopt NO_CLOBBER
43 setopt CORRECT
44 setopt CORRECT_ALL
45 unsetopt NOMATCH
46 setopt PRINT_EXIT_VALUE
47
48 setopt AUTO_CONTINUE
49 setopt NO_BG_NICE
50 setopt LONG_LIST_JOBS
51
52 bindkey -e