Kali Configuration
Oh My Zsh + powerlevel10K + tmux
Set Root
sudo dpkg-reconfigure kali-grant-rootSet Font
Set .sh file
# remove the %(percent sign) when starting a terminal
unsetopt PROMPT_SP
# make tmux support 256 colour
if [ "$TERM" != "xterm-256color" ]; then
export TERM=xterm-256color
fi
alias tmux='TERM=xterm-256color tmux -2'Last updated