Sfoglia il codice sorgente

Update ruby gem path

Andrew Swistak 12 anni fa
parent
commit
2e74287f49
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 1
      bashrc
  2. 2 1
      zshrc

+ 1 - 1
bashrc

@@ -124,6 +124,6 @@ vim() {
   stty "$STTYOPTS"
 }
 
-export PATH=$PATH:/home/drew/.gem/ruby/2.0.0/bin
+export PATH=$PATH:~/.gem/ruby/2.1.0/bin
 
 alias xbox_controller='sudo xboxdrv --config ~/Documents/xboxdrv_profiles/wiredxbox_minecraft.conf --detach-kernel-driver'

+ 2 - 1
zshrc

@@ -13,7 +13,8 @@ autoload -Uz compinit
 compinit
 # End of lines added by compinstall
 export EDITOR="vim"
-export PATH=$PATH:/home/drew/.gem/ruby/2.0.0/bin
+export PATH=$PATH:~/.gem/ruby/2.1.0/bin
+
 
 autoload -U colors && colors
 # Have to reset color to cyan after the bold tags for some reason.