diff options
Diffstat (limited to '.cfgopts')
-rw-r--r-- | .cfgopts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cfgopts b/.cfgopts new file mode 100644 index 0000000..f1c9aa0 --- /dev/null +++ b/.cfgopts @@ -0,0 +1,4 @@ +# Zsh options file, loaded from .zshrc. +ZOPT_PROMPT_COLOUR="green" +ZOPT_SSH_AGENT_EN=1 +ZOPT_PATH_APPEND="$HOME/bin" |