if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fiUse Zsh
21–30 of 117 posts
Re: Use Zsh
#22Re: Use Zsh
#23just installed zsh but now my rvm is broken, any quick tips? tried adding the following to .zshrc but it doesn't appear to have fixed the issue: if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi
Re: Use Zsh
#24Earlier quoted context omitted.
It faded away because it was too difficult to get the prompt working?
When you have access to a lot of machines run by different organizations but not administration privileges on most of them, it's a hassle.
Re: Use Zsh
#25Earlier quoted context omitted.
When you have access to a lot of machines run by different organizations but not administration privileges on most of them, it's a hassle.
So put your zsh config in a git repo, clone it wherever you need it and symlink to the repo?
Or I can just use the bash that's already there.
Re: Use Zsh
#26Earlier quoted context omitted.
When you have access to a lot of machines run by different organizations but not administration privileges on most of them, it's a hassle.
So put your zsh config in a git repo, clone it wherever you need it and symlink to the repo?
Re: Use Zsh
#27Re: Use Zsh
#28This article really feels like bikeshedding to me. I'm always going to use whatever shell comes default with the OS I'm on (which almost always means Bash), simply because changing the shell is an unnecessary block of time that could instead be used writing software. I need a really good reason to switch, something the equivalent of pipes, and if the #1 reason you can give is "Powerful context based tab completion",…
Re: Use Zsh
#29Re: Use Zsh
#30This article really feels like bikeshedding to me. I'm always going to use whatever shell comes default with the OS I'm on (which almost always means Bash), simply because changing the shell is an unnecessary block of time that could instead be used writing software. I need a really good reason to switch, something the equivalent of pipes, and if the #1 reason you can give is "Powerful context based tab completion",…
How much software can you write in three seconds?