README
author Mikael Berthe <mikael@lilotux.net>
Sun, 22 Mar 2015 15:04:45 +0100
changeset 30 e26330cd408f
parent 16 be9820f70412
child 44 157f894ef9f7
permissions -rw-r--r--
Use copy-prev-shell-word instead of copy-prev-word
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
Zsh configuration
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
To use this Z shell environment,
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
clone (or copy) this repository to ~/.zsh directory
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
and add a ~/.zshenv file containing the following lines:
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
===
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
export ZDOTDIR=~/.zsh
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
[ -f $ZDOTDIR/zshenv ] && . $ZDOTDIR/zshenv
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
===
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
Comments and suggestions are welcome!
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
Mikael
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
Email/Jabber: <mikael@lilotux.net>