make relevant parts if status is-interactive
so it works with scp and stuff
This commit is contained in:
parent
95e5342adb
commit
ac26d8f410
1 changed files with 17 additions and 16 deletions
|
@ -16,6 +16,7 @@ alias please="sudo"
|
||||||
alias pwease="please"
|
alias pwease="please"
|
||||||
alias pls="please"
|
alias pls="please"
|
||||||
|
|
||||||
|
if status is-interactive
|
||||||
# kitty stuff
|
# kitty stuff
|
||||||
if [ $TERM = "xterm-kitty" ]
|
if [ $TERM = "xterm-kitty" ]
|
||||||
alias icat="kitten icat"
|
alias icat="kitten icat"
|
||||||
|
@ -34,7 +35,7 @@ if type -q nixos-rebuild
|
||||||
alias hms="NIXPKGS_ALLOW_INSECURE=1 home-manager switch"
|
alias hms="NIXPKGS_ALLOW_INSECURE=1 home-manager switch"
|
||||||
alias hmb="NIXPKGS_ALLOW_INSECURE=1 home-manager build"
|
alias hmb="NIXPKGS_ALLOW_INSECURE=1 home-manager build"
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias git-us="git submodule update --init --recursive"
|
alias git-us="git submodule update --init --recursive"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue