all repos — nixfiles @ 7d285592d8726288fd6cda66e0735ee6c8bbe007

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

kitty: simplify shell integration configuration

Alan Pearce
commit

7d285592d8726288fd6cda66e0735ee6c8bbe007

parent

740eaab14520a770c859861a3e8545958e923b26

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

changed files
M user/settings/fish.nixuser/settings/fish.nix
@@ -38,11 +38,6 @@ interactiveShellInit = ''
bind \es __ghq_repository_search fzf_configure_bindings --directory=\cx\cf ''; - shellInit = '' - if test -n $KITTY_INSTALLATION_DIR - set -x KITTY_SHELL_INTEGRATION no-cursor - end - ''; shellAliases = { hist-freq-lines = lib.mkForce "history | sort | uniq -c | sort -gr | head -n100 | less"; hist-freq-commands = lib.mkForce "history | cut -d' ' -f 1 | sort | uniq -c | sort -gr | head -n100 | less";