]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
6d07cf7e484ef68b55c22b6baa861539ad9e6faa
[user/henk/vcsh/zsh.git] / .zshrc
1 source /usr/share/zsh-antigen/antigen.zsh
2 antigen init ~/.zsh_antigen
3
4 source /usr/share/autojump/autojump.sh
5
6 autoload -Uz vcs_info
7
8 source ~/.zsh_comprc
9 source ~/.zsh_taskwarrior
10
11 source ~/.zsh_functions
12 source ~/.zsh_functions_media
13 source ~/.zsh_functions_taskwarrior
14
15 source ~/.zsh_aliases
16 source ~/.zsh_local
17 source ~/.zsh_qemu
18
19 source ~/.env_*
20
21 #zle -N zle-line-init
22 #zle -N zle-keymap-select
23 #zle -N edit-command-line
24
25 export HISTFILE=~/.zsh_history
26 export HISTSIZE=1000000000
27 export SAVEHIST=1000000000
28
29 REPORTTIME=10
30
31 #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'
32
33 hash -d diary=~/Data/henksfiles/workinprogress/Dokumente/diary
34 hash -d lifedocs=~/Data/henksfiles/workinprogress/Dokumente/Leben
35 hash -d bewerbung=~/Data/henksfiles/workinprogress/Dokumente/bewerbung
36 hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine
37 hash -d templates=~/Data/henksfiles/workinprogress/templates
38 hash -d gitignore=~/Data/public/software/gitignore
39 hash -d doc=/usr/share/doc
40 hash -d TODO=~/Data/henksfiles/TODO/
41 hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/
42
43 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..)
44 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default
45 #WORDCHARS=.
46 #WORDCHARS='*?_[]~=&;!#$%^(){}'
47 #WORDCHARS='${WORDCHARS:s@/@}'
48
49 setopt AUTO_CD
50 setopt CHASE_LINKS
51
52 setopt AUTO_NAME_DIRS
53
54 setopt BRACE_CCL
55 #setopt EXTENDED_GLOB
56 setopt MARK_DIRS
57 setopt NUMERIC_GLOB_SORT
58 setopt RC_EXPAND_PARAM
59 #setopt WARN_CREATE_GLOBAL
60 setopt GLOB_DOTS
61
62 # remove previous entries from history
63 setopt HIST_IGNORE_ALL_DUPS
64 # do not write lines starting with a space to history file
65 setopt HIST_IGNORE_SPACE
66 # Remove superfluous blanks
67 setopt HIST_REDUCE_BLANKS
68 # expand history expansion for verification
69 setopt HIST_VERIFY
70 # save timestamp and runtime as well
71 setopt EXTENDED_HISTORY
72 # write line to history file when finished, not when started, to have correct runtime
73 setopt INC_APPEND_HISTORY_TIME
74
75 setopt NO_CLOBBER
76 setopt CORRECT
77 setopt CORRECT_ALL
78 #unsetopt NOMATCH
79 setopt PRINT_EXIT_VALUE
80
81 setopt AUTO_CONTINUE
82 setopt NO_BG_NICE
83 #setopt LONG_LIST_JOBS
84
85 export YSU_MODE=ALL
86 export tzvt_set_tmux_window_status=true
87
88 export PATH=${PATH}:/usr/local/sbin:/sbin:/usr/sbin
89 #bindkey -v
90
91 #task awaiting
92
93 cat ~/.motd