From f8f5398d96b34adb178b9b73ee8228e78eddd329 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 22 Aug 2023 19:10:12 +0200 Subject: Remove zsh config --- user/settings/fish.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'user/settings/fish.nix') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index b548c71c..e9e7de82 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -36,6 +36,12 @@ interactiveShellInit = '' bind \es __ghq_repository_search ''; + shellInit = '' + if test -n $KITTY_INSTALLATION_DIR + then + set -x KITTY_SHELL_INTEGRATION no-cursor + fi + ''; functions = { ds = "du -hd1 $argv[1] | sort -h"; }; -- cgit 1.4.1