# - - # # - - # PS1='\u:\W\$ ' is_derayo:SidneyJason-Documents$ # - - # PS1="[\d \t \u@\h:\w]\n$ " [Fri Jul 15 22:05:19 is_derayo@u-ServerOffice:/home/Documents/SidneyJason-Documents] $ # - With colors - # PS1="\e[01;33m# \e[01;35m\D{%A %e %B %G %R %Z} \e[00;31m\u\e[01;32m@\e[00;31m\h \e[01;33m\w :\e[00m\n$ " # Friday 15 July 2016 22:07 EDT is_derayo@u-ServerOffice /home/Documents/SidneyJason-Documents : $ # - With colors - # PS1='\[\033[1;36m\]\u\[\033[1;31m\]@\[\033[1;32m\]\h:\[\033[1;35m\]\w\[\033[1;31m\]\$\[\033[0m\] ' is_derayo@u-ServerOffice:/home/Documents/SidneyJason-Documents$ # - - # PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$" is_derayo@u-ServerOffice:/home/Documents/SidneyJason-Documents$ # - - # export PS1="[\\u@\\H \\W \\@]\\$" [is_derayo@u-ServerOffice SidneyJason-Documents 11:14 PM]$ # - - # export PS1="\e[0;31m[\u@\h \W]\$ \e[m " [is_derayo@u-ServerOffice ToShare-FullAccess]$ # - - # export PS1="\[$(tput setaf 1)\]\u@\h:\w $ \[$(tput sgr0)\]" is_derayo@u-ServerOffice:/home/Documents/ToShare-FullAccess $ # - - # PS1="\[\e[0;32m\]\u@\h:\w\$ \[\e[0m\]" is_derayo@u-ServerOffice:/home/Documents/ToShare-FullAccess$ # - - # PS1="`$REV``$RED`[$netip `$BLUE`/\W]#`$RETURN` " [ /ToShare-FullAccess]# # - - # PS1="`$REV``$BLACK`[`$RED`$netip `$BLUE`\w`$BLACK`]#`$RETURN` " [ /home/Documents/ToShare-FullAccess]# # - - # export PS1="\[\e[0;31m\][\u@\h \w]\$ \[\e[m\]" [is_derayo@u-ServerOffice /home/Documents/ToShare-FullAccess]$ # - - # PS1="[\u@\h:\w]$ " [is_derayo@u-ServerOffice:/home/Documents/ToShare-FullAccess]$ # - - # PS1="\[$IBlack\]┍━━━━(\[$BWhite\]\u\[$IBlack\])━━━━━(\[$IBlue\]\w\[$IBlack\]) \n└> \[$BRed\]$ \[$White\]" ┌—————(hp_laptop)—————(~/Documents/Downloads) └> $ PS1="\e[01;33m╭── # \e[01;35m\D{%A %e %B %G %R %Z} \e[00;31m\u\e[01;32m@\e[00;31m\h \e[01;33m\w :\e[01;33m\n╰─▷ $ " PS1="\e[01;33m╭── # \e[00;31m\u\e[01;32m@\e[00;31m\h \e[01;33m\w :\e[01;33m\n╰─▷ $ " # - Different color for user & host - # PS1='\e[01;33m╭── # \e[01;34m\u\e[01;32m@\e[01;34m\h \e[01;33m\w :\e[01;33m\n╰─▷ $ ' # - - # # - Permanent chages - # # - Backup - # cp .bashrc .bashrc-backup # - Preparing .bashrc - # gedit .bashrc # - Locate this if/then statement - # if [ "$color_prompt" = yes ]; then #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1='\e[01;33m╭── # \e[01;34m\u\e[01;32m@\e[01;34m\h \e[01;33m\w :\e[01;33m\n╰─▷ $ ' else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi