diff options
-rw-r--r-- | .vimrc | 3 | ||||
-rw-r--r-- | .zshrc | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,9 @@ if has("gui_running") endif endif +if has("macunix") +endif + " Identation set autoindent @@ -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 |