diff options
| author | Saumit <justsaumit@protonmail.com> | 2026-03-14 15:49:46 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2026-03-14 15:49:46 +0530 |
| commit | 7a5562b1801c56065c8ad656314009180d987acc (patch) | |
| tree | 8535f4f06635dfe87cb6db7a8c93b74fbafe8616 /stow/zsh | |
| parent | 7b720507b7d7f5e383741c952d73536bad692c0d (diff) | |
Diffstat (limited to 'stow/zsh')
| -rw-r--r-- | stow/zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stow/zsh/.zshrc b/stow/zsh/.zshrc index ed171e4..3a021a1 100644 --- a/stow/zsh/.zshrc +++ b/stow/zsh/.zshrc @@ -14,6 +14,10 @@ export SPACESHIP_KUBECTL_PREFIX=" " export SPACESHIP_KUBECTL_SYMBOL="⎈ " export SPACESHIP_KUBECTL_COLOR="cyan" +if [[ $(tty) == "/dev/tty1" ]]; then + start-hyprland +fi + # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load # a theme from this variable instead of looking in $ZSH/themes/ |
