Updated hostname check

This commit is contained in:
Josh Sherman 2016-08-29 10:33:32 -05:00
parent 4f4f0396d5
commit 4b91633160

View file

@ -5,7 +5,7 @@ function username() {
}
function server() {
if [[ `hostname` != Joshs-* ]]; then
if [[ `hostname` != *MacBook-Pro* ]]; then
echo "%{$FG[244]%}@%{$fg[magenta]%}%m "
fi
}