diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 02:42:07 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 02:42:07 +0100 |
commit | 1bd52921ed0391d6df7844d90a2aa2a89f3ba515 (patch) | |
tree | 172999ca5b0d542ab211ea12d917cdb9327c2a80 /user | |
parent | 33d690079fa91d727b9958f346f9e36aa5e33463 (diff) |
zsh: added .zprofile file
The file only contains an alias s to startx and extends the path to
include the $HOME/bin directory
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'user')
-rw-r--r-- | user/.zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/.zprofile b/user/.zprofile new file mode 100644 index 0000000..3fcf195 --- /dev/null +++ b/user/.zprofile @@ -0,0 +1,3 @@ +alias s='startx' + +PATH=$HOME/bin:$PATH |