diff --git a/hosts/home.nix b/hosts/home.nix index d038d15..a09601b 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -100,6 +100,9 @@ in r = "ranger"; rm = "trash-put"; emacs = "emacsclient -nw"; + # Make clear command clear scrollback + # https://github.com/kovidgoyal/kitty/issues/268#issuecomment-355765686 + clear = "printf '\\E[H\\E[3J'"; }; bashrcExtra = '' # Modify killall for wrapped applications, e.g. firefox