mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
path_list function wasn't working in bash
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# /usr/local/bin
|
||||
#
|
||||
path_list () {
|
||||
echo ${PATH//:/\\n}
|
||||
echo -e ${PATH//:/\\n}
|
||||
}
|
||||
|
||||
# Append specified path to the end of PATH.
|
||||
|
||||
Reference in New Issue
Block a user