diff options
author | Alan Pearce | 2016-10-31 10:56:22 +0100 |
---|---|---|
committer | Alan Pearce | 2016-10-31 10:56:22 +0100 |
commit | 13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28 (patch) | |
tree | a4e26e23e7238b5f003f2286e685d0aea1b51557 /tag-zsh/config/zsh/zshenv | |
parent | 999b7ac844c980b46044d4e0c188e1a3bf76bc2e (diff) | |
download | nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.lz nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.zst nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.zip |
Reindent all the things
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-rw-r--r-- | tag-zsh/config/zsh/zshenv | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 93893530..86efc02d 100644 --- a/tag-zsh/config/zsh/zshenv +++ b/tag-zsh/config/zsh/zshenv @@ -1,19 +1,19 @@ if [[ $SHLVL -eq 1 || (-n $DISPLAY && $SHLVL -lt 3) ]] then - if [[ -f $ZDOTDIR/zshenv.local ]] - then - . $ZDOTDIR/zshenv.local - fi + if [[ -f $ZDOTDIR/zshenv.local ]] + then + . $ZDOTDIR/zshenv.local + fi - if [[ -f $ZDOTDIR/zshenv.private ]] - then - . $ZDOTDIR/zshenv.private - fi + if [[ -f $ZDOTDIR/zshenv.private ]] + then + . $ZDOTDIR/zshenv.private + fi - ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug} + ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug} - if [[ -z $SSH_AUTH_SOCK ]] - then - export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket - fi + if [[ -z $SSH_AUTH_SOCK ]] + then + export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket + fi fi |