README
author Mikael Berthe <mikael@lilotux.net>
Wed, 20 Feb 2019 08:59:50 +0100
changeset 39 fc97d6cf8de4
parent 16 be9820f70412
child 44 157f894ef9f7
permissions -rw-r--r--
sss: tmux: display list of sessions if there are more than one
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>