]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
Initial commit
[user/henk/vcsh/zsh.git] / .zshrc
1 . ~/.zshcomprc
2 . ~/.zsh_functions
3 . ~/.zsh_aliases
4 . ~/.zsh_local
5
6 HISTFILE=~/.zsh_history
7 HISTSIZE=5000
8 SAVEHIST=3000
9
10 REPORTTIME=10
11
12 PS1="%F{red}%D{%A}%f %F{green}%D{%F %T Week %V}%f %F{blue}%D{Epoch %s}%f %F{yellow}%n@%m%f
13 %j %3~%# "
14 PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH
15
16 PASSWORD_STORE_DIR=.
17
18 setopt AUTO_CD
19 setopt CHASE_LINKS
20
21 setopt AUTO_NAME_DIRS
22
23 setopt BRACE_CCL
24 setopt EXTENDED_GLOB
25 setopt MARK_DIRS
26 setopt NUMERIC_GLOB_SORT
27 setopt RC_EXPAND_PARAM
28 setopt WARN_CREATE_GLOBAL
29
30 setopt HIST_IGNORE_ALL_DUPS
31 setopt HIST_IGNORE_SPACE
32 setopt HIST_NO_STORE
33 setopt HIST_REDUCE_BLANKS
34 setopt HIST_VERIFY
35 setopt INC_APPEND_HISTORY
36
37 setopt NO_CLOBBER
38 setopt CORRECT
39 setopt CORRECT_ALL
40 unsetopt NOMATCH
41 setopt PRINT_EXIT_VALUE
42
43 setopt AUTO_CONTINUE
44 setopt NO_BG_NICE
45 setopt LONG_LIST_JOBS
46
47 bindkey -e
48
49 #read -q "REPLY?Exec to fish? " && exec fish -i
50