fork(2) download
  1. # ~/.bashrc: executed by bash(1) for non-login shells.
  2.  
  3. #export PS1='\h:\w\$ '
  4. umask 022
  5.  
  6. # You may uncomment the following lines if you want `ls' to be colorized:
  7. # export LS_OPTIONS='--color=auto'
  8. # eval "`dircolors`"
  9. # alias ls='ls $LS_OPTIONS'
  10. # alias ll='ls $LS_OPTIONS -l'
  11. # alias l='ls $LS_OPTIONS -lA'
  12. #
  13. # Some more alias to avoid making mistakes:
  14. # alias rm='rm -i'
  15. # alias cp='cp -i'
  16. # alias mv='mv -i'
  17.  
  18. #export PS1="\[$(tput bold)$(tput setf 4)\]\u@\h \w\[$(tput sgr0)\] $ "
  19. export PS1="\n\[\033[1;31m\]\u@\h\[\033[0;33m\] #\$(date +%H:%M:%S) \\[\033[0;34m\][\[\033[1;32m\]\w\[\033[0;34m\]] \n\[\033[1;37m\]bash\!#>\[\033[0;37m\] "
  20. export PS2="...>"
  21.  
  22. alias ls='ls --color=auto'
  23. alias grep='grep --color'
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty