You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in .bashrc change the PS1 line to this:
export PS1="[\033[38;5;220m]\u[\033[38;5;15m]@[\033[38;5;39m]$NICKNAME[\033[38;5;15m]:[\033[38;5;202m]\w[\033[38;5;15m]\$ "
in .bash_paths add the line below after PATH= and before $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$HOME/bin:$HOME/.local/bin:
The text was updated successfully, but these errors were encountered:
in .bashrc change the PS1 line to this:
export PS1="[\033[38;5;220m]\u[\033[38;5;15m]@[\033[38;5;39m]$NICKNAME[\033[38;5;15m]:[\033[38;5;202m]\w[\033[38;5;15m]\$ "
in .bash_paths add the line below after PATH= and before $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$HOME/bin:$HOME/.local/bin:
The text was updated successfully, but these errors were encountered: