Skip to content

Instantly share code, notes, and snippets.

@XC3pti0n
Last active April 23, 2018 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XC3pti0n/f60f75c24779b913fd300ba00e8150a4 to your computer and use it in GitHub Desktop.
Save XC3pti0n/f60f75c24779b913fd300ba00e8150a4 to your computer and use it in GitHub Desktop.
Replacing Bash with ZSH in Kali 2018.1 (the right way)
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