Forráskód Böngészése

chdir into previous dir after setting up root

Kevin Heinicke 10 éve
szülő
commit
8b25dfcb56
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .zshrc

+ 1 - 1
.zshrc

@@ -36,7 +36,7 @@ alias me5='sshfs lhcb: ~/mount/e5 && cd ~/mount/e5'
 alias mbam='sshfs bam: ~/mount/e5 && cd ~/mount/e5'
 
 # root
-alias iwantroot='cd $(brew --prefix root) && source libexec/thisroot.sh'
+alias iwantroot='cd $(brew --prefix root) && source libexec/thisroot.sh && cd -'
 
 # rapidminer
 alias rapidminer='java -jar -Xmx6G ~/Applications/rapidminer/lib/rapidminer.jar'