diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 637d176..f1c4a0b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -53,13 +53,10 @@ autoload -Uz up-line-or-beginning-search down-line-or-beginning-search zle -N up-line-or-beginning-search zle -N down-line-or-beginning-search -# Import colorscheme from 'wal' asynchronously -# & # Run the process in the background. -# # ( ) # Hide shell job control messages. -# # Not supported in the "fish" shell. -(cat ~/.cache/wal/sequences &) -# # To add support for TTYs this line can be optionally added. -source ~/.cache/wal/colors-tty.sh +if [[ -z $SSH_TTY ]]; then + (cat ~/.cache/wal/sequences &) + # source ~/.cache/wal/colors-tty.sh +fi # create a zkbd compatible hash; # to add other keys to this hash, see: man 5 terminfo