.profile: Move comment to unify comments in that section
This commit is contained in:
parent
9813277aba
commit
6126d07df3
2
.profile
2
.profile
@ -91,8 +91,8 @@ _ps1() {
|
|||||||
fg_grey="\e[37m"
|
fg_grey="\e[37m"
|
||||||
fg_bold="\e[1m"
|
fg_bold="\e[1m"
|
||||||
|
|
||||||
hostname_prefix="${fg_blue}"
|
|
||||||
# Change PWD color in SSH sessions
|
# Change PWD color in SSH sessions
|
||||||
|
hostname_prefix="${fg_blue}"
|
||||||
if [ "$SSH_CLIENT" ]; then
|
if [ "$SSH_CLIENT" ]; then
|
||||||
# Also add the machine's hostname
|
# Also add the machine's hostname
|
||||||
hostname_prefix="${fg_bold}${fg_red}`hostname`${r}${fg_red}:"
|
hostname_prefix="${fg_bold}${fg_red}`hostname`${r}${fg_red}:"
|
||||||
|
Loading…
Reference in New Issue
Block a user