From 602d1c03116d6bc6f3f11dc01094d7257405a777 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 22 Aug 2023 19:25:58 +0200 Subject: Fix incorrect shell syntax --- user/settings/fish.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'user/settings') 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"; -- cgit 1.4.1