From c82766f62ab9d1a51ad077650a235db62c13d7a4 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 6 Mar 2024 04:28:21 +0100 Subject: [PATCH] shell: add alias bye=exit --- nix-os/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-os/shell.nix b/nix-os/shell.nix index c716306..08ab4fb 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -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 = ''