Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] add zsh to the box #16

Closed
andheiberg opened this issue May 17, 2014 · 3 comments
Closed

[feature request] add zsh to the box #16

andheiberg opened this issue May 17, 2014 · 3 comments

Comments

@andheiberg
Copy link

So I understand that the "laravel/homestead" box should be kept relatively clean and that I need to install an special dependencies my self as a provisioning step. That being said I see

alias ..="cd .."
alias ...="cd ../.."

alias h='cd ~'

in the alias file which leads me to suggest that oh-my-zsh is bundled in the box. I personally always use zsh over bash.

One of the nice things about zsh is that you don't have to type cd so those aliases could be removed. Just a suggestion.

@taylorotwell
Copy link
Member

Probably will keep it bash since everyone is used to that.

@mikeerickson
Copy link

I too would love this... Seeing as Taylor has said nope (not surprised) I guess it is going to have to be part of my post vagrant up script. Kind of a bummer, but oh well

Maybe add it as a "feature" to the homestead.yaml file

This way, we dont have to do it ourself each time we perform a vagrant us

@absolutelogan
Copy link

could just chain it onto your own provision script, I agree thats a little too opinionated. (although I do love zsh)

Thanks,
Logan Henson

On May 25, 2014, at 1:45 PM, "Mike Erickson" <notifications@github.commailto:notifications@github.com> wrote:

I too would love this... Seeing as Taylor has said nope (not surprised) I guess it is going to have to be part of my post vagrant up script. Kind of a bummer, but oh well

Maybe add it as a "feature" to the homestead.yaml file

This way, we dont have to do it ourself each time we perform a vagrant us


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-44142264.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants