increase the version number of Dragora
[dragora.git] / archive / etc / skel / .bashrc
blob6c8958e5a4a2c43b4af98098bd6563651f6f585b
2 # .bashrc - Individual per-interactive-shell startup file (GNU Bash).
5 # Set primary prompt
6 PS1='\u@\h:\w\$ '
8 # Secondary prompt string
9 PS2='> '
11 # Extended pattern matching language
12 shopt -s extglob