Initial commit

This commit is contained in:
Kristofers Solo
2022-04-27 11:41:37 +03:00
commit f1d310a07d
700 changed files with 101758 additions and 0 deletions

3
zsh/.zprofile Normal file
View File

@@ -0,0 +1,3 @@
if [[ "$(tty)" = "/dev/tty1"]]; then
pgrep awesome || sx
fi