mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +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
|
||||
#
|
||||
path_list () {
|
||||
echo -n "$PATH" | tr ":" "\n"
|
||||
echo ${PATH//:/\\n}
|
||||
}
|
||||
|
||||
# Append specified path to the end of PATH.
|
||||
|
||||
Reference in New Issue
Block a user