mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
home/bash: alias cat to bat
This commit is contained in:
parent
4f455458ff
commit
63fe0db78a
|
@ -23,6 +23,9 @@
|
|||
initExtra = ''
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue