Forgot to use builtin for alias

This commit is contained in:
Kovid Goyal 2023-02-01 19:27:39 +05:30
parent a280328731
commit a9da57d9b3
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View file

@ -209,7 +209,7 @@ _ksi_main() {
_ksi_prompt[ps0]+="\[\e]133;C\a\]"
fi
alias edit-in-kitty="kitten edit-in-kitty"
builtin alias edit-in-kitty="kitten edit-in-kitty"
if [[ "${_ksi_prompt[complete]}" == "y" ]]; then
_ksi_completions() {