all repos — nixfiles @ 602d1c03116d6bc6f3f11dc01094d7257405a777

System and user configuration, managed by nix and home-manager

Fix incorrect shell syntax

Alan Pearce
commit

602d1c03116d6bc6f3f11dc01094d7257405a777

parent

d6ff15479a8863724c28f94ab5cdc216a2b897c8

1 file changed, 1 insertion(+), 2 deletions(-)

jump to
M user/settings/fish.nixuser/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";