diff --git a/.bashrc b/.bashrc index fb06c9b..fa1bd14 100644 --- a/.bashrc +++ b/.bashrc @@ -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" diff --git a/dotlib/generic-post/ruby.sh b/dotlib/generic-post/ruby.sh index af2b95e..b7aa30a 100644 --- a/dotlib/generic-post/ruby.sh +++ b/dotlib/generic-post/ruby.sh @@ -1,4 +1,4 @@ if [[ -d ~/.rvm && -s ~/.rvm/scripts/rvm ]]; then . ~/.rvm/scripts/rvm - add_path ~/.rvm/bin + add-path ~/.rvm/bin fi