projects
/
awsible
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34bb0ce
)
actually fix bash prompt
author
Justin Wind
<j.wind@partner.samsung.com>
Thu, 16 Mar 2017 17:34:03 +0000
(10:34 -0700)
committer
Justin Wind
<j.wind@partner.samsung.com>
Thu, 16 Mar 2017 17:34:03 +0000
(10:34 -0700)
roles/common/files/bash_prompt.sh
patch
|
blob
|
history
diff --git
a/roles/common/files/bash_prompt.sh
b/roles/common/files/bash_prompt.sh
index ed8ffd3c20dcd56e0eeca4cba2d1aad817d8e592..d77e4a098135abd528c10d6f27cbf9c8b9562be7 100644
(file)
--- a/
roles/common/files/bash_prompt.sh
+++ b/
roles/common/files/bash_prompt.sh
@@
-13,7
+13,7
@@
prompt_string(){
_addr="${_green}${PRIVATE_IP}${_normal}"
fi
local _id="${_yellow}${INSTANCE_ID}${_normal}"
- local _app="${_yellow}${CLOUD_
MODULE}-${CLOUD
_PHASE}${_normal}"
+ local _app="${_yellow}${CLOUD_
APP}-${CLOUD_DEV
_PHASE}${_normal}"
local _path="${_cyan}\w${_normal}"
echo ":${_resultcode}:${_user}@${_addr}:${_app}:${_id}:${_path}\n\\$ "