]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
Add comment, remove commented lines
[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 characters (for stuff like backward-word, forward-word, backward-kill-word,..)
44 ## these are NOT separators but chars considered part of a word
45 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default
46
47 setopt AUTO_CD
48 setopt CHASE_LINKS
49
50 setopt AUTO_NAME_DIRS
51
52 setopt BRACE_CCL
53 #setopt EXTENDED_GLOB
54 setopt MARK_DIRS
55 setopt NUMERIC_GLOB_SORT
56 setopt RC_EXPAND_PARAM
57 #setopt WARN_CREATE_GLOBAL
58 setopt GLOB_DOTS
59
60 # remove previous entries from history
61 setopt HIST_IGNORE_ALL_DUPS
62 # do not write lines starting with a space to history file
63 setopt HIST_IGNORE_SPACE
64 # Remove superfluous blanks
65 setopt HIST_REDUCE_BLANKS
66 # expand history expansion for verification
67 setopt HIST_VERIFY
68 # save timestamp and runtime as well
69 setopt EXTENDED_HISTORY
70 # write line to history file when finished, not when started, to have correct runtime
71 setopt INC_APPEND_HISTORY_TIME
72
73 setopt NO_CLOBBER
74 setopt CORRECT
75 setopt CORRECT_ALL
76 #unsetopt NOMATCH
77 setopt PRINT_EXIT_VALUE
78
79 setopt AUTO_CONTINUE
80 setopt NO_BG_NICE
81 #setopt LONG_LIST_JOBS
82
83 export YSU_MODE=ALL
84 export tzvt_set_tmux_window_status=true
85
86 export PATH=${PATH}:/usr/local/sbin:/sbin:/usr/sbin
87 #bindkey -v
88
89 #task awaiting
90
91 cat ~/.motd