Make some tweaks to profile and functions
This commit is contained in:
@@ -309,6 +309,10 @@ _ps1bash() {
|
||||
elif [ "$USER" != "salt" ]; then
|
||||
_prefix="${fg_bold}${fg_yellow}$USER${r}${fg_yellow}:${r}${_prefix}"
|
||||
fi
|
||||
# If we're in a PROJECT, post that envvar
|
||||
if [ -n "$PROJECT" ]; then
|
||||
_prefix="${_prefix}${fg_bold}${fg_blue}$PROJECT${r}${fg_blue}:${r}"
|
||||
fi
|
||||
# Color PWD
|
||||
_prefix="${_prefix}${fg_blue}"
|
||||
# Show the tilde instead of $HOME
|
||||
|
Reference in New Issue
Block a user