all repos — nixfiles @ f8f5398d96b34adb178b9b73ee8228e78eddd329

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

Remove zsh config

Alan Pearce
commit

f8f5398d96b34adb178b9b73ee8228e78eddd329

parent

4a22fe0cf6b7c54d67dbf7c45d82fb8d7f330bbf

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M user/settings/fish.nixuser/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"; };