profiles/kat: nano alias because nano is bad

This commit is contained in:
kat witch 2021-04-30 17:41:19 +01:00
parent 2ba35bae1f
commit 73eb7f675f
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -14,6 +14,9 @@
ll = "exa -l";
lla = "exa -lga";
};
initExtra = ''
nano() { echo "baps you for being naughty, use vim" }
'';
localVariables = {
_Z_DATA = "${config.xdg.dataHome}/z/data";
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=3,bold";