Add some aliases to kitty
This commit is contained in:
parent
c5623b5174
commit
4b53af1bf1
4 changed files with 94 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue