Prompt is GOAT. So nice to be able to set a profile with ZSH without overriding the login shell
Prompt is GOAT. So nice to be able to set a profile with ZSH without overriding the login shell
test, to return true or false (0 or 1) based on conditions.test -f hello.txt is the same as [ -f hello.txt ] and can be used with in if/while/until statements.if command; then; echo “the command was successful”; else; echo “the command failed”; fi[ that evaluates the arguments and sets the return code accordinglygnome-shell-extension-supergfxctl-gex updated? It looks update upstream released an update to fix Gnome 45 compatibility https://gitlab.com/asus-linux/supergfxctl-gex/-/releases https://copr.fedorainfracloud.org/coprs/eyecantcu/supergfxctl/packages/test -f hello.txt[ -f hello.txt ]whileuntilif command; then; echo “the command was successful”; else; echo “the command failed”; fi[gnome-shell-extension-supergfxctl-gex