mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
use pure shell-scripting when possible - probably possible for more things, will research another day
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
# /usr/local/bin
|
# /usr/local/bin
|
||||||
#
|
#
|
||||||
path_list () {
|
path_list () {
|
||||||
echo -n "$PATH" | tr ":" "\n"
|
echo ${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