Add some aliases to kitty

This commit is contained in:
Natsu Kagami 2025-04-08 09:52:34 +02:00
parent c5623b5174
commit 4b53af1bf1
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 94 additions and 66 deletions

View file

@ -173,6 +173,7 @@ in
cat = "bat --theme=GitHub ";
catp = "bat --theme=GitHub -p ";
l = "exa -l --color=always ";
e = "$EDITOR";
"cp+" = "rsync -avzP";
};
@ -207,13 +208,6 @@ in
echo (__original_fish_title) - fish
end
# Set up an editor alias
if test -n "$EDITOR"
alias e="$EDITOR"
else
alias e="kak"
end
# Source iTerm2 integration
if test -e ~/.iterm2_shell_integration.fish; and test $__CFBundleIdentifier = "com.googlecode.iterm2"
source ~/.iterm2_shell_integration.fish