Forgot to use builtin for alias
This commit is contained in:
parent
a280328731
commit
a9da57d9b3
@ -209,7 +209,7 @@ _ksi_main() {
|
|||||||
_ksi_prompt[ps0]+="\[\e]133;C\a\]"
|
_ksi_prompt[ps0]+="\[\e]133;C\a\]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias edit-in-kitty="kitten edit-in-kitty"
|
builtin alias edit-in-kitty="kitten edit-in-kitty"
|
||||||
|
|
||||||
if [[ "${_ksi_prompt[complete]}" == "y" ]]; then
|
if [[ "${_ksi_prompt[complete]}" == "y" ]]; then
|
||||||
_ksi_completions() {
|
_ksi_completions() {
|
||||||
|
|||||||
@ -386,7 +386,7 @@ _ksi_deferred_init() {
|
|||||||
fi
|
fi
|
||||||
builtin unset KITTY_IS_CLONE_LAUNCH KITTY_CLONE_SOURCE_STRATEGIES
|
builtin unset KITTY_IS_CLONE_LAUNCH KITTY_CLONE_SOURCE_STRATEGIES
|
||||||
|
|
||||||
alias edit-in-kitty="kitten edit-in-kitty"
|
builtin alias edit-in-kitty="kitten edit-in-kitty"
|
||||||
|
|
||||||
# Map alt+left/right to move by word if not already mapped. This is expected behavior on macOS and I am tired
|
# Map alt+left/right to move by word if not already mapped. This is expected behavior on macOS and I am tired
|
||||||
# of answering questions about it.
|
# of answering questions about it.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user