Updated hostname check
This commit is contained in:
parent
4f4f0396d5
commit
4b91633160
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ function username() {
|
|||
}
|
||||
|
||||
function server() {
|
||||
if [[ `hostname` != Joshs-* ]]; then
|
||||
if [[ `hostname` != *MacBook-Pro* ]]; then
|
||||
echo "%{$FG[244]%}@%{$fg[magenta]%}%m "
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue