From 1bd52921ed0391d6df7844d90a2aa2a89f3ba515 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 02:42:07 +0100 Subject: 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 --- user/.zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 user/.zprofile (limited to 'user/.zprofile') 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 -- cgit v1.2.3