fixing a logical error
This commit is contained in:
parent
8d66ebef01
commit
9a406755f5
|
@ -55,7 +55,6 @@ changeshell() {
|
||||||
else
|
else
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
printf '%s\n' "Default shell changed to zsh, logout and login to see changes"
|
printf '%s\n' "Default shell changed to zsh, logout and login to see changes"
|
||||||
exec zsh
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,4 +89,4 @@ distrocheck
|
||||||
installpackages
|
installpackages
|
||||||
changeshell
|
changeshell
|
||||||
getdotfiles
|
getdotfiles
|
||||||
|
exec zsh
|
||||||
|
|
Loading…
Reference in New Issue