Normalisation et nettoyage #4
+4
-4
@@ -1,6 +1,6 @@
|
||||
# Customize PATH
|
||||
if [ -d "${HOME}/.bin" ] ; then export PATH="${PATH}:${HOME}/.bin" ; fi
|
||||
if [ -d "${HOME}/.local/bin" ] ; then export PATH="${PATH}:${HOME}/.local/bin" ; fi
|
||||
_path_add "${HOME}/.bin"
|
||||
_path_add "${HOME}/.local/bin"
|
||||
|
||||
if [ -d "${HOME}/bin" ] ; then export PATH="${PATH}:${HOME}/bin" ; fi
|
||||
if [ -d "${HOME}/scripts" ] ; then export PATH="${PATH}:${HOME}/scripts" ; fi
|
||||
_path_add "${HOME}/bin"
|
||||
_path_add "${HOME}/scripts"
|
||||
|
||||
Reference in New Issue
Block a user