README
changeset 16 be9820f70412
child 44 157f894ef9f7
equal deleted inserted replaced
15:5f43e2cd8ebe 16:be9820f70412
       
     1 
       
     2 Zsh configuration
       
     3 
       
     4 To use this Z shell environment,
       
     5 clone (or copy) this repository to ~/.zsh directory
       
     6 and add a ~/.zshenv file containing the following lines:
       
     7 
       
     8 ===
       
     9 export ZDOTDIR=~/.zsh
       
    10 [ -f $ZDOTDIR/zshenv ] && . $ZDOTDIR/zshenv
       
    11 ===
       
    12 
       
    13 Comments and suggestions are welcome!
       
    14 
       
    15 Mikael
       
    16 Email/Jabber: <mikael@lilotux.net>