Advertisement
seiburii

dot_bashrc

Jul 9th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Colours
  2. #ENDCOLOR="\[\033[0m\]"
  3. CCLR="\[\033"
  4. #CCLR="\[\e"
  5. CCLEAR="$CCLR[0m\]"
  6. CGREEN="$CCLR[01;32m\]"
  7. CYELOW="$CCLR[01;33m\]"
  8. CBLUE="$CCLR[01;34m\]"
  9. CMGNTA="$CCLR[01;35m\]"
  10. CCYAN="$CCLR[01;36m\]"
  11. CWHITE="$CCLR[01;37m\]"
  12.  
  13. CTEST1="$CCLR[30;47m\]"
  14.  
  15.  
  16. if [ "$color_prompt" = yes ]; then
  17. # PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[0 1;34m\]\w\[\033[00m\]\$ '
  18.  
  19. PS1="\n$CTEST1$(date +%Y-%m-%d) \t$CCLEAR - $CGREEN\w$CCLEAR\n$CBLUE${debia n_chroot:+($debian_chroot)}$CCYAN\u$CCLEAR$CTEST1@$CCLEAR$CMGNTA\h$CCLEAR $CYELOW[!\! ]$CCLEAR: \$ "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement