Normalisation et nettoyage #4
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
# Customize PATH
|
# Customize PATH
|
||||||
if [ -d "${HOME}/.bin" ] ; then export PATH="${PATH}:${HOME}/.bin" ; fi
|
_path_add "${HOME}/.bin"
|
||||||
if [ -d "${HOME}/.local/bin" ] ; then export PATH="${PATH}:${HOME}/.local/bin" ; fi
|
_path_add "${HOME}/.local/bin"
|
||||||
|
|
||||||
if [ -d "${HOME}/bin" ] ; then export PATH="${PATH}:${HOME}/bin" ; fi
|
_path_add "${HOME}/bin"
|
||||||
if [ -d "${HOME}/scripts" ] ; then export PATH="${PATH}:${HOME}/scripts" ; fi
|
_path_add "${HOME}/scripts"
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
[[ -r "${HOME}/.rvm/scripts/completion" ]] && source "${HOME}/.rvm/scripts/completion"
|
[[ -r "${HOME}/.rvm/scripts/completion" ]] && source "${HOME}/.rvm/scripts/completion"
|
||||||
|
|
||||||
# Add RVM to PATH for scripting
|
# Add RVM to PATH for scripting
|
||||||
[[ -r "${HOME}/.rvm/bin" ]] && PATH="${PATH}:${HOME}/.rvm/bin"
|
[[ -r "${HOME}/.rvm/bin" ]] && _path_add "${HOME}/.rvm/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user