diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 2f7719bb..12a3234a 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,5 +1,5 @@ #!/bin/zsh -if [[ '$(tty)' = '/dev/tty1' ]]; then +if [[ "$(tty)" = "/dev/tty1" ]]; then pgrep awesome || sx fi