Remove zsh config
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
M user/settings/fish.nix → 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"; };