README
changeset 44 157f894ef9f7
parent 16 be9820f70412
equal deleted inserted replaced
43:7b48c4ff8d36 44:157f894ef9f7
     5 clone (or copy) this repository to ~/.zsh directory
     5 clone (or copy) this repository to ~/.zsh directory
     6 and add a ~/.zshenv file containing the following lines:
     6 and add a ~/.zshenv file containing the following lines:
     7 
     7 
     8 ===
     8 ===
     9 export ZDOTDIR=~/.zsh
     9 export ZDOTDIR=~/.zsh
    10 [ -f $ZDOTDIR/zshenv ] && . $ZDOTDIR/zshenv
    10 [[ -f "$ZDOTDIR/zshenv" ]] && . "$ZDOTDIR/zshenv"
    11 ===
    11 ===
    12 
    12 
    13 Comments and suggestions are welcome!
    13 Comments and suggestions are welcome!
    14 
    14 
    15 Mikael
    15 Mikael