We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4100d50 commit 42a11cdCopy full SHA for 42a11cd
env.zsh
@@ -11,8 +11,3 @@ export XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}
11
12
# Set Zsh history file.
13
export HISTFILE=${HISTFILE:-$XDG_CACHE_HOME/zsh/history}
14
-
15
-# Create Zsh history file directory.
16
-if [[ ! -d $(dirname $HISTFILE) ]]; then
17
- mkdir -p $(dirname $HISTFILE)
18
-fi
plugin/zshrc.zsh
@@ -1,3 +1,8 @@
1
+# Create Zsh history file directory.
2
+if [[ ! -d $(dirname $HISTFILE) ]]; then
3
+ mkdir -p $(dirname $HISTFILE)
4
+fi
5
+
6
# Update zshrc.
7
function zshupg () {
8
zplug update
0 commit comments