home/bash: alias cat to bat

This commit is contained in:
Aly Raffauf 2024-06-19 15:34:11 -04:00
parent 4f455458ff
commit 63fe0db78a

View file

@ -23,6 +23,9 @@
initExtra = '' initExtra = ''
export PS1="[\[$(tput setaf 27)\]\u\[$(tput setaf 135)\]@\[$(tput setaf 45)\]\h:\[$(tput setaf 33)\]\w] \[$(tput sgr0)\]$ " export PS1="[\[$(tput setaf 27)\]\u\[$(tput setaf 135)\]@\[$(tput setaf 45)\]\h:\[$(tput setaf 33)\]\w] \[$(tput sgr0)\]$ "
''; '';
shellAliases = {
cat = lib.getExe pkgs.bat;
};
}; };
}; };
} }