From ee857d66db4995758ea1f04beb8a793fc4e9ad4c Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 10 Aug 2015 20:26:18 +0100 Subject: 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 --- user/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3