Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 815 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 815 Bytes

basher

Makes your bash looks like kali 2020.3 ZSH

Installation

Just copy the whole file (.bashrc) from this repository, replace the one in your home directory with this one. Or you can copy and paste this customization from this selection, then just simply relaunch your terminal.

Optional

Make the .bashrc available for root user

CAUTION! This step will remove the default /root/.bashrc file, I strongly suggest you to backup the file before doing this.

(Recommended) Option A, replace the /root/.bashrc.

cd ~
sudo rm /root/.bashrc
sudo cp ~/.bashrc /root/.bashrc

Option B, make a symbolic link from your current home.

cd ~
sudo rm /root/.bashrc
sudo ln -s ~/.bashrc /root/.bashrc