make relevant parts if status is-interactive so it works with scp and stuff

This commit is contained in:
askiiart 2025-01-07 08:05:31 -06:00
parent 95e5342adb
commit ac26d8f410
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -16,6 +16,7 @@ alias please="sudo"
alias pwease="please"
alias pls="please"
if status is-interactive
# kitty stuff
if [ $TERM = "xterm-kitty" ]
alias icat="kitten icat"
@ -34,7 +35,7 @@ if type -q nixos-rebuild
alias hms="NIXPKGS_ALLOW_INSECURE=1 home-manager switch"
alias hmb="NIXPKGS_ALLOW_INSECURE=1 home-manager build"
end
end
# git
alias git-us="git submodule update --init --recursive"