Live data from Hacker News

Use Zsh

fendrich.se

21–30 of 117 posts

Re: Use Zsh

#21
just 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

#23

just 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

Are you using 1.16.x? The changelog mentions improved zsh support.

http://www.engineyard.com/blog/2012/rvm-1-16/

Re: Use Zsh

#24

Earlier 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.

So put your zsh config in a git repo, clone it wherever you need it and symlink to the repo?

Re: Use Zsh

#25
post #24

Earlier 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?

Uh huh. Now I have to install git on all those computers as well as make sure there's a recent-enough copy of zsh. Much less work that way.

Or I can just use the bash that's already there.

Re: Use Zsh

#26
post #24

Earlier 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?

I am of the same practice as fusiongyro. I also expand on that and have a very simple configuration for Vim. Once you go beyond a handful of machines, you never know what to expect on the system. "Lowest common denominator" wins out for me almost everytime.

Re: Use Zsh

#27
This 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", I'm confident in dismissing zsh as a cosmetic improvement on bash that I don't need to waste my time on.

Re: Use Zsh

#28

This 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?

Re: Use Zsh

#30

This 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?

How many computers do you use? Having to switch between zsh and bash mentally when you from your dev box to a server can be jarring. For some people it's worth it, for others it isn't.
Post reply on HN