users/kat/base/zsh: Improved nano alias

This commit is contained in:
kat witch 2021-05-28 19:49:58 +01:00
parent 166c011edb
commit cb5c2bfd6a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 1 additions and 1 deletions

BIN
users/kat/base/nano.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

View file

@ -20,7 +20,7 @@
};
initExtra = ''
genmac() { nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/' }
nano() { echo "baps you for being naughty, use vim" }
nano() { kitty +kitten icat ${./nano.png} }
find() { echo "use fd!" }
sed() { echo "use sd!" }
'';