diff options
-rw-r--r-- | user/settings/fish.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix index e9e7de82..f5b299eb 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -38,9 +38,8 @@ ''; shellInit = '' if test -n $KITTY_INSTALLATION_DIR - then set -x KITTY_SHELL_INTEGRATION no-cursor - fi + end ''; functions = { ds = "du -hd1 $argv[1] | sort -h"; |