summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-08-10 20:26:18 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-08-10 21:02:55 +0100
commitee857d66db4995758ea1f04beb8a793fc4e9ad4c (patch)
tree80084046b5fdff018f5f422d95bae981efaad4a3
parent2598bbf750d724e043b5cd5a9bb03034a38aebf0 (diff)
shell: updated PATH environment variable
Having a .local directory in the user home directory allows to have the same hierarchy as for the root directory. replaced $HOME/bin with $HOME/.local/bin Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--user/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/.zprofile b/user/.zprofile
index 3fcf195..6980ae0 100644
--- a/user/.zprofile
+++ b/user/.zprofile
@@ -1,3 +1,3 @@
alias s='startx'
-PATH=$HOME/bin:$PATH
+PATH=$HOME/.local/bin:$PATH