You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

34 lines
1.1 KiB

  1. --- a/rootfs/etc/skel/.bashrc
  2. +++ b/rootfs/etc/skel/.bashrc
  3. @@ -43,7 +43,7 @@
  4. # uncomment for a colored prompt, if the terminal has the capability; turned
  5. # off by default to not distract the user: the focus in a terminal window
  6. # should be on the output of commands, not on the prompt
  7. -#force_color_prompt=yes
  8. +force_color_prompt=yes
  9. if [ -n "$force_color_prompt" ]; then
  10. if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
  11. @@ -57,7 +57,7 @@
  12. fi
  13. if [ "$color_prompt" = yes ]; then
  14. - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
  15. + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
  16. else
  17. PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  18. fi
  19. @@ -79,9 +79,9 @@
  20. #alias dir='dir --color=auto'
  21. #alias vdir='vdir --color=auto'
  22. - #alias grep='grep --color=auto'
  23. - #alias fgrep='fgrep --color=auto'
  24. - #alias egrep='egrep --color=auto'
  25. + alias grep='grep --color=auto'
  26. + alias fgrep='fgrep --color=auto'
  27. + alias egrep='egrep --color=auto'
  28. fi
  29. # colored GCC warnings and errors