Ticket #13742: bashrc

File bashrc, 196 bytes (added by mellonjasper@…, 16 years ago)

/etc/bashrc

Line 
1# System-wide .bashrc file for interactive bash(1) shells.
2if [ -z "$PS1" ]; then
3   return
4fi
5
6PS1='\h:\W \u\$ '
7# Make bash check its window size after a process completes
8shopt -s checkwinsize