Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #13742
Ticket #13742
: bashrc
File bashrc,
196 bytes
(added by
mellonjasper@…
,
17 years ago
)
/etc/bashrc
Line
1
# System-wide .bashrc file for interactive bash(1) shells.
2
if [ -z "$PS1" ]; then
3
return
4
fi
5
6
PS1='\h:\W \u\$ '
7
# Make bash check its window size after a process completes
8
shopt -s checkwinsize
Download in other formats:
Original Format