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