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