diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-20 15:42:41 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-20 15:42:41 -0400 |
commit | de413e7ae293f2b919e2e75369c1ecb8a0c83975 (patch) | |
tree | 143ea097ea9e740c48b62335d468e9b0543be7b3 /interactive.sh | |
download | astroconda-control-de413e7ae293f2b919e2e75369c1ecb8a0c83975.tar.gz |
Initial commit
Diffstat (limited to 'interactive.sh')
-rwxr-xr-x | interactive.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interactive.sh b/interactive.sh new file mode 100755 index 0000000..2ddaa3f --- /dev/null +++ b/interactive.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source /eng/ssb/auto/astroconda/include/midnight_special.sh +export TERM=xterm +PS1="[special] \u@\h:\w$ " bash |