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