aboutsummaryrefslogtreecommitdiff
path: root/user/home/zsh/zlogin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'user/home/zsh/zlogin.zsh')
-rw-r--r--user/home/zsh/zlogin.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/home/zsh/zlogin.zsh b/user/home/zsh/zlogin.zsh
deleted file mode 100644
index 94ce47c..0000000
--- a/user/home/zsh/zlogin.zsh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [[ "$(tty)" == "/dev/tty1" ]]; then
- export XCURSOR_THEME="catppuccin-mocha-dark-cursors"
- exec sway
-fi