The power of ZSH

3582 days ago, 0 views.

This days I have discovered zsh, oh-my-zsh and finally pure.

Now, I’m happy.

I adapted and revised my dotfiles to make it compatible with zsh. I’ve had rewritten some function that now works fine in bash/zsh and most are related to Git and Github. For example, if you are working with your terminal in a git directory:

$ gurl # open your browser with the url of the git repository.
$ gh <repository> # open your github account in the browser in the <repository> page.
$ geditor # open git modified files in Sublime Text

Obviously Sublime and Chrome are my preferences and you can set up whatever you like. It’s not bad if you are lazy, but if you are very lazy, you can type glog and get git log per commit clickable and linked with Github:

Until now, this features is common for zsh and bash, but, why zsh is better than bash?

For example, for things like this: If you don’t know what directory you want to enter, you can navigate between the options:

or if you don’t know the parameter for list hide files, you can check without going to man pages:

Simply zsh is sugar for the terminal. zsh extended bash.

You can check and fork it in Github :)

Kiko Beats

Kiko Beats