diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-19 11:21:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-19 11:21:43 -0400 |
commit | c1189149053228204277708cc01037e6c9891d37 (patch) | |
tree | 428c25de7334c2df058ef87f846f33f5c0390f3c /interactive.sh | |
parent | a26ab9064bc34e6695cb1e255522fab3f55deeb8 (diff) | |
download | astroconda-control-master.tar.gz |
Diffstat (limited to 'interactive.sh')
-rwxr-xr-x | interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interactive.sh b/interactive.sh index 2ddaa3f..c7813db 100755 --- a/interactive.sh +++ b/interactive.sh @@ -1,4 +1,4 @@ #!/bin/bash source /eng/ssb/auto/astroconda/include/midnight_special.sh export TERM=xterm -PS1="[special] \u@\h:\w$ " bash +PS1="[special]\u@\h:\w$ " bash |