diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-15 13:31:31 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-15 13:31:31 +0200 |
commit | 66eac40675f320d859291fac6b4944a095c8d7d2 (patch) | |
tree | f5c7a1b8d77971e77b9617f789a084814c9f8a6a /.cfgopts | |
parent | f83e3aa0c9e1472e52473ecaa2097b596638dda2 (diff) |
Renamed .zprofile to .zlogin for compatibility with the options file, added options file and support for it in .zshrc
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" |