Kali Configuration
Oh My Zsh + powerlevel10K + tmux
Set Root
sudo dpkg-reconfigure kali-grant-rootSet Font
Goto
~/.config/qterminal.orgfolderChange
fontFamilytoFira Code,Fira-Codeor something else and save exit.All set, remember don't use Qterminal to do the above steps, otherwise, changes won't take place. Use editor directly open file instead.
Should all working now. Either use mate-terminal or do it with GUI editor.
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
Was this helpful?