Last active
April 23, 2018 03:18
-
-
Save XC3pti0n/f60f75c24779b913fd300ba00e8150a4 to your computer and use it in GitHub Desktop.
Replacing Bash with ZSH in Kali 2018.1 (the right way)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add the following to your .bashrc | |
if [[ $- == *i* ]]; then | |
export SHELL=zsh | |
exec zsh -l | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment