aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
-rw-r--r--.zshrc3
2 files changed, 6 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index e60af53..8ef4f27 100644
--- a/.vimrc
+++ b/.vimrc
@@ -23,6 +23,9 @@ if has("gui_running")
endif
endif
+if has("macunix")
+endif
+
" Identation
set autoindent
diff --git a/.zshrc b/.zshrc
index b9b1bbf..652f00c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -25,6 +25,9 @@ export no_proxy=localhost,127.0.0.1
case `uname` in
Darwin)
# commands for macOS
+
+ # ruby
+ [ -d /usr/local/opt/ruby/bin ] && export PATH="/usr/local/opt/ruby/bin:$PATH"
;;
Linux)
# commands for Linux