The SHELL variable stores the parent shell for your session, which sometimes matches with your default login shell. The $SHELL is the parent shell which spawned the current session. $ whoami razvan $ echo $SHELL /bin/bash $ zsh % echo…
The SHELL variable stores the parent shell for your session, which sometimes matches with your default login shell. The $SHELL is the parent shell which spawned the current session. $ whoami razvan $ echo $SHELL /bin/bash $ zsh % echo…
The Z shell (zsh) is a powerfull bash compatible shell. It can easily be installed on every Linux or Unix distro. In this article I will install zsh in FreeBSD and PCBSD and set zsh as the default login shell.…
Z shell’s (zsh) popularity has increased in the last years. I have not moved too zsh yet, but I am going to do that. zsh is not installed in Linux by default, but it can be installed easilly with a package…