solorice/.config/zsh/.zprofile
Kristofers Solo 8141a4d860 Minor changes
2022-05-31 14:57:45 +03:00

7 lines
75 B
Bash

#!/bin/zsh
if [[ "$(tty)" = "/dev/tty1" ]]; then
pgrep awesome || sx
fi