kitty tweaks, fix scrollback character issues

This commit is contained in:
Noah Masur
2023-07-18 23:36:09 -04:00
parent f41774f641
commit 52b86efbb1
8 changed files with 39 additions and 16 deletions

View File

@ -52,10 +52,6 @@ in {
};
};
programs.fish.shellAbbrs = {
cat = "bat"; # Swap cat with bat
};
programs.fish.functions = {
ping = {
description = "Improved ping";