EvilZone
General Tech => Operating System => Topic started by: nrael on June 14, 2014, 11:24:31 AM
-
hey, I haven't heard a lot about different Linux shells like zsh..
is someone using a "different" linux shell as main os? couldn't find good guides how to use it.
thks
-
is someone using a "different" linux shell as main os? couldn't find good guides how to use it.
wut?
shell != os
I'll just guess what you want to ask...
If you want to know if anybody uses a shell other than bash, I do. I'm using zsh, because zsh has a superior auto-completion than (default) bash.
And if you want to know how to use shells other than the default one, just install it with your distros package manager, and change the shell entry in /etc/passwd.
-
hey, I haven't heard a lot about different Linux shells like zsh..
is someone using a "different" linux shell as main os? couldn't find good guides how to use it.
thks
I am using ZSH almost everywhere, in fact on BASH im like.. meh bash.
-
There are many different flavors of shells, sh, bash, tcsh, csh, ksh, and zsh are just some of the ones that come to mind. I personally prefer zsh but the best way to find your preference is to read about them, then try some of them out!!
-
@flowjob: if you want "superior" autocompletion, try fish lmao
-
fish natively supports term256, the state of the art in terminal technology. You'll have an astonishing 256 colors available for use!
For those lucky few with a graphical computer, you can set your colors and view functions, variables, and history all from a web page.
Watch out, Netscape Navigator 4.0!
lmfao
-
cool, thanks for the replies. testing now zsh with oh-my-zsh plugins... what is the best feature in zsh for you? I mean it's bit different from bash but it doesn't look or feel super mega special. don't know...
-
cool, thanks for the replies. testing now zsh with oh-my-zsh plugins... what is the best feature in zsh for you? I mean it's bit different from bash but it doesn't look or feel super mega special. don't know...
Superiour tab completion , cases recognition, man pages and --help thingy
Scrolling through folders, intergration with things like git.
Sexy PS1's.
The list goes on and on.