diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-24 12:05:51 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-24 12:05:51 -0700 |
commit | fc7f05d9531bb4d57fbaf8838893ed7e0f2c91fb (patch) | |
tree | ce86f315f824cd4fcb66785e6a94b52536ee25db | |
parent | 69a434a42784e871817fc1c99f4962101a78534a (diff) | |
download | vyatta-op-fc7f05d9531bb4d57fbaf8838893ed7e0f2c91fb.tar.gz vyatta-op-fc7f05d9531bb4d57fbaf8838893ed7e0f2c91fb.zip |
donot change user prompt in this package
-rw-r--r-- | etc/bash_completion.d/vyatta-op | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index c5a4096..e59aa0f 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -325,9 +325,6 @@ shopt -s histverify eval $_vyatta_extglob unset _vyatta_extglob -# set default prompt -export PS1="\u@\h> " - ### Local Variables: ### mode: shell-script ### End: |