mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 21:20:50 +02:00
commit bash-20130301 snapshot
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
##
|
||||
# Bash
|
||||
# User preferences file
|
||||
# Override these in rc.mine
|
||||
#
|
||||
# Wilfredo Sanchez Jr. | tritan@mit.edu
|
||||
# July 09, 1992
|
||||
#
|
||||
# MIT Project Athena
|
||||
##
|
||||
|
||||
if [ -n "$PS1" ]; then
|
||||
|
||||
# Prompts
|
||||
PS1='[\h:\w] \u\$ '
|
||||
PS2=' -> '
|
||||
#PS3=
|
||||
#PS4=
|
||||
|
||||
set -o emacs
|
||||
|
||||
fi
|
||||
Reference in New Issue
Block a user