summaryrefslogtreecommitdiff
path: root/usr/src/cmd/nsadmin/bashrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/nsadmin/bashrc.sh')
-rw-r--r--usr/src/cmd/nsadmin/bashrc.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/cmd/nsadmin/bashrc.sh b/usr/src/cmd/nsadmin/bashrc.sh
deleted file mode 100644
index 938b0da67e..0000000000
--- a/usr/src/cmd/nsadmin/bashrc.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Define default prompt to <username>@<hostname>:<path><"($|#) ">
-# and print '#' for user "root" and '$' for normal users.
-#
-typeset +x PS1="\u@\h:\w\\$ "