Change underscores to dashes

This commit is contained in:
Nick Chambers 2022-10-24 19:52:55 -05:00
parent f3b623a7c5
commit 907ee8e6c9
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ulimit -c unlimited
# Search Path Manager
###
add_path() {
add-path() {
local path paths path_list=( )
declare -A uniq_paths
IFS=: read -ra paths <<< "$PATH"

View File

@ -1,4 +1,4 @@
if [[ -d ~/.rvm && -s ~/.rvm/scripts/rvm ]]; then
. ~/.rvm/scripts/rvm
add_path ~/.rvm/bin
add-path ~/.rvm/bin
fi