From 907ee8e6c9ae4ee0fd479ec679cce93b86fbc0af Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 24 Oct 2022 19:52:55 -0500 Subject: [PATCH] Change underscores to dashes --- .bashrc | 2 +- dotlib/generic-post/ruby.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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