diff --git a/shell/helpers/path_helpers.sh b/shell/helpers/path_helpers.sh index 4aa33fa..08d06b5 100644 --- a/shell/helpers/path_helpers.sh +++ b/shell/helpers/path_helpers.sh @@ -18,7 +18,7 @@ # /usr/local/bin # path_list () { - echo ${PATH//:/\\n} + echo -e ${PATH//:/\\n} } # Append specified path to the end of PATH.