Explorar el Código

Update ruby gem path

Andrew Swistak hace 12 años
padre
commit
2e74287f49
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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.