From cd8e2747057a763f632d5182c77c93717923e2f0 Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 2 Oct 2024 16:06:16 +0200 Subject: [PATCH] update 'xu4q' config --- zsh/conf.d/xu4q | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zsh/conf.d/xu4q b/zsh/conf.d/xu4q index 632de14..e7d1efc 100755 --- a/zsh/conf.d/xu4q +++ b/zsh/conf.d/xu4q @@ -11,12 +11,16 @@ # author: Daniel Sommer # license: MIT -# ----- aliases ----- # +# ----- general aliases ----- # alias pfetch='printf "\n" && pfetch' alias fetch='pfetch' alias stats='pfetch' alias icat='kitten icat' -alias ssh='kitty +kitten ssh' + +# ----- non-ssh aliases ----- # +if [[ -z "$SSH_TTY" ]]; then + alias ssh='kitty +kitten ssh' +fi # ----- pfetch ----- # export PF_INFO="ascii title host kernel memory wm shell editor pkgs uptime palette"