Fix incorrect shell syntax
Alan Pearce alan@alanpearce.eu
Tue, 22 Aug 2023 19:25:58 +0200
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M user/settings/fish.nix → user/settings/fish.nix
@@ -38,9 +38,8 @@ bind \es __ghq_repository_search ''; 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";