dotfiles/home/modules/tui/fish/aliases.nix

6 lines
No EOL
76 B
Nix

{
programs.fish.shellAliases = {
cat = "bat";
top = "btop";
};
}