]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zshrc
Add alias for pastebinning to ix.io
[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 . ~/.zsh_comprc
9 . ~/.zsh_taskwarrior
10
11 . ~/.zsh_functions
12 . ~/.zsh_functions_media
13 . ~/.zsh_functions_taskwarrior
14
15 . ~/.zsh_aliases
16 . ~/.zsh_local
17 . ~/.zsh_qemu
18
19 #zle -N zle-line-init
20 #zle -N zle-keymap-select
21 #zle -N edit-command-line
22
23 HISTFILE=~/.zsh_history
24 HISTSIZE=5000
25 SAVEHIST=3000
26
27 REPORTTIME=10
28
29 #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'
30
31 hash -d diary=~/Data/henksfiles/workinprogress/Dokumente/diary
32 hash -d lifedocs=~/Data/henksfiles/workinprogress/Dokumente/Leben
33 hash -d bewerbung=~/Data/henksfiles/workinprogress/Dokumente/bewerbung
34 hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine
35 hash -d templates=~/Data/henksfiles/workinprogress/templates
36 hash -d gitignore=~/Data/public/software/gitignore
37 hash -d doc=/usr/share/doc
38 hash -d TODO=~/Data/henksfiles/TODO/
39 hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/
40
41 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..)
42 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default
43 #WORDCHARS=.
44 #WORDCHARS='*?_[]~=&;!#$%^(){}'
45 #WORDCHARS='${WORDCHARS:s@/@}'
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 setopt HIST_IGNORE_ALL_DUPS
61 setopt HIST_IGNORE_SPACE
62 setopt HIST_REDUCE_BLANKS
63 setopt HIST_VERIFY
64 #setopt INC_APPEND_HISTORY
65 setopt INC_APPEND_HISTORY_TIME
66
67 setopt NO_CLOBBER
68 setopt CORRECT
69 setopt CORRECT_ALL
70 #unsetopt NOMATCH
71 setopt PRINT_EXIT_VALUE
72
73 setopt AUTO_CONTINUE
74 setopt NO_BG_NICE
75 #setopt LONG_LIST_JOBS
76
77 export YSU_MODE=ALL
78 export tzvt_set_tmux_window_status=true
79
80 #bindkey -v
81
82 #task awaiting
83
84 cat ~/.motd