mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/kat: nano alias because nano is bad
This commit is contained in:
parent
2ba35bae1f
commit
73eb7f675f
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue