.bashrc 206 B

1234567891011121314
  1. #
  2. # .bashrc - Individual per-interactive-shell startup file (GNU Bash).
  3. #
  4. # Set primary prompt
  5. PS1='\u@\h:\w\$ '
  6. # Secondary prompt string
  7. PS2='> '
  8. # Extended pattern matching language
  9. shopt -s extglob