shell: add alias bye=exit
This commit is contained in:
parent
ca4fc664f7
commit
c82766f62a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ in
|
|||
source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
|
||||
fi
|
||||
eval "''$(zoxide init bash)"
|
||||
alias bye=exit
|
||||
'';
|
||||
|
||||
environment.etc."xdg/kitty/kitty.conf".text = ''
|
||||
|
|
Loading…
Reference in a new issue