diff options
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/ |
