about summary refs log tree commit diff stats
path: root/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/zshrc')
-rw-r--r--config/zsh/zshrc53
1 files changed, 0 insertions, 53 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc
deleted file mode 100644
index 559b1ca..0000000
--- a/config/zsh/zshrc
+++ /dev/null
@@ -1,53 +0,0 @@
-export XDG_CACHE_HOME=${XDG_CACHE_HOME:=~/.cache}
-export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=~/.config}
-export XDG_DATA_HOME=${XDG_DATA_HOME:=~/.local/share}
-if printf "$PATH"|grep -q ".local/bin"; then
-	export PATH="$PATH:$HOME/.local/bin"
-fi
-
-HISTFILE=$XDG_DATA_HOME/zsh/histfile
-HISTSIZE=5000
-SAVEHIST=5000
-
-typeset -A ZPLGM
-ZPLG_HOME=$XDG_CACHE_HOME/zsh/zplugin
-ZPLGM[HOME_DIR]=$ZPLG_HOME
-ZPLGM[ZCOMPDUMP_PATH]=$XDG_CACHE_HOME/zsh/zcompdump
-ZPLGM[COMPLETIONS_DIR]=$XDG_DATA_HOME/zsh/completions
-if [[ ! -f $ZPLG_HOME/bin/zplugin.zsh ]]; then
-	git clone https://github.com/zdharma/zplugin $ZPLG_HOME/bin
-	zcompile $ZPLG_HOME/bin/zplugin.zsh
-fi
-autoload -Uz _zplugin
-(( ${+_comps} )) && _comps[zplugin]=_zplugin
-source $ZPLG_HOME/bin/zplugin.zsh
-load=light
-
-#load zsh external configs
-for file in $ZDOTDIR/*.zsh; do
-	source "$file"
-done
-#make fpath not contain all the completions I don't use (enable completions using "zplugin creinstall [PATH_TO_COMPLETIONS_FOLDER]")
-if [[ -d /usr/local/share/zsh ]]; then
-fpath=($XDG_DATA_HOME/zsh/completions /usr/local/share/zsh/site-functions /usr/local/share/zsh/$ZSH_VERSION/functions/Calendar /usr/local/share/zsh/$ZSH_VERSION/functions/Chpwd /usr/local/share/zsh/$ZSH_VERSION/functions/Completion /usr/local/share/zsh/$ZSH_VERSION/functions/Exceptions /usr/local/share/zsh/$ZSH_VERSION/functions/MIME /usr/local/share/zsh/$ZSH_VERSION/functions/Exceptions /usr/local/share/zsh/$ZSH_VERSION/functions/Math /usr/local/share/zsh/$ZSH_VERSION/functions/Exceptions /usr/local/share/zsh/$ZSH_VERSION/functions/Misc /usr/local/share/zsh/$ZSH_VERSION/functions/TCP /usr/local/share/zsh/$ZSH_VERSION/functions/VCS_Info /usr/local/share/zsh/$ZSH_VERSION/functions/VCS_Info/Backends /usr/local/share/zsh/$ZSH_VERSION/functions/Zftp /usr/local/share/zsh/$ZSH_VERSION/functions/Zle)
-else
-fpath=($XDG_DATA_HOME/zsh/completions /usr/share/zsh/site-functions /usr/share/zsh/$ZSH_VERSION/functions/Calendar /usr/share/zsh/$ZSH_VERSION/functions/Chpwd /usr/share/zsh/$ZSH_VERSION/functions/Completion /usr/share/zsh/$ZSH_VERSION/functions/Exceptions /usr/share/zsh/$ZSH_VERSION/functions/MIME /usr/share/zsh/$ZSH_VERSION/functions/Exceptions /usr/share/zsh/$ZSH_VERSION/functions/Math /usr/share/zsh/$ZSH_VERSION/functions/Exceptions /usr/share/zsh/$ZSH_VERSION/functions/Misc /usr/share/zsh/$ZSH_VERSION/functions/TCP /usr/share/zsh/$ZSH_VERSION/functions/VCS_Info /usr/share/zsh/$ZSH_VERSION/functions/VCS_Info/Backends /usr/share/zsh/$ZSH_VERSION/functions/Zftp /usr/share/zsh/$ZSH_VERSION/functions/Zle)
-fi
-# load shortcutrc and aliasrc to grab cross-shell niceties
-[ -f "$XDG_CONFIG_HOME/shortcutrc" ] && source "$XDG_CONFIG_HOME/shortcutrc"
-[ -f "$XDG_CONFIG_HOME/aliasrc" ] && source "$XDG_CONFIG_HOME/aliasrc"
-# plugin loading goes here:
-# theme
-zplugin ice silent depth=1
-zplugin $load romkatv/powerlevel10k
-# Ctrl-R functionality
-zplugin $load zdharma/history-search-multi-word
-# completions
-zplugin ice blockf
-zplugin $load zsh-users/zsh-completions
-# good, fast syntax highlighting
-zplugin ice silent wait!1 atload"ZPLGM[COMPINIT_OPTS]=-C; zpcompinit"
-zplugin $load zdharma/fast-syntax-highlighting
-
-# theme config loading
-[ -f "$ZDOTDIR/themes/p10k.zsh" ] && source "$ZDOTDIR/themes/p10k.zsh"
tik Agaram <vc@akkartik.com> 2019-09-20 11:19:30 -0700 committer Kartik Agaram <vc@akkartik.com> 2019-09-20 11:25:59 -0700 5683' href='/akkartik/mu/commit/html/092write-int.subx.html?h=hlt&id=4a4a392dc7c81b301ad6b760525c5549f2f6644c'>4a4a392d ^
2104d1a7 ^
b1635a5c ^
4a4a392d ^









9a777801 ^
4a4a392d ^
6070c23e ^
4a4a392d ^










b1635a5c ^
4a4a392d ^









ec73ed12 ^
4a4a392d ^



86351aaf ^







3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^




3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^





3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^









3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^




3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^




3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^





3d1c4216 ^
86351aaf ^
ec73ed12 ^
86351aaf ^





68dff526 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185