diff options
Diffstat (limited to '')
m--------- | .zsh/z | 0 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/z b/.zsh/z new file mode 160000 +Subproject dfd4308ae84da481f774b3f5e732ee277d9d876 diff --git a/.zshrc b/.zshrc index 868ff47f..a109709a 100644 --- a/.zshrc +++ b/.zshrc @@ -52,6 +52,8 @@ ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=blue,bold' ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=yellow,bold' ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold' +source ~/.zsh/z/z.sh + # Environment export EDITOR=vim |