Endless Paradigm

Full Version: zshrc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
zsh users tend to share their zshrc file because its kind of a pain to make one from scratch. im going to do the same thing. if you have a linux machine, feel free to download it. just extract it in your /home/yourusername directory and open up a terminal.

type in

Code:
zsh


and experiment with your commands.

zsh sports intelligent autocorrect, menu based tab completion, and shared history between sessions, and its fully backwards-compatible with bash! so there's really no reason not to try!

what is zsh
a super awesome shell!
Any screnshots? I'm still confused on what it is... and yes I know the bare Linux basics^^
properbritish Wrote:what is zsh
its a shell (like bash) with more features. you have to write a file to use them, however. that's what this is. it's a starting off point for a customized zsh.
screenshots:
autocorrect:
[Image: zsh.png]
intuitive tab completion (the menu is navigable by the arrow keys)
[Image: zsh1.png]
That does look kinda nice! :P
Reference URL's