dotfiles add
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
|
||||
for conf in ~/.config/zsh/*.zsh; do
|
||||
source $conf
|
||||
done
|
||||
|
||||
#start sway
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user