hostname now automatically inserted
This commit is contained in:
parent
938e84f7da
commit
bf4f9eba84
@ -140,8 +140,8 @@ export EDITOR vi
|
||||
RED="\[\033[0;31m\]"
|
||||
YELLOW="\[\033[0;33m\]"
|
||||
GREEN="\[\033[0;32m\]"
|
||||
|
||||
PS1="$GREEN\$(date +%Y-%m-%d_%H:%M) \w$RED \$(formattedGitBranch)$GREEN \n\$ "
|
||||
hn=`hostname`
|
||||
PS1="$GREEN\$(date +%Y-%m-%d_%H:%M) $YELLOW $hn $GREEN \w $RED \$(formattedGitBranch)$GREEN \n\$ "
|
||||
|
||||
export PATH="$PATH:"/opt/microchip/xc8/v1.34/bin""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user