users/kat/base: zsh (fd+sd) warning functions

This commit is contained in:
kat witch 2021-05-13 16:38:53 +01:00
parent 40128d2bda
commit 4d15a1bf2e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -21,6 +21,8 @@
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" }
find() { echo "use fd!" }
sed() { echo "use sd!" }
'';
localVariables = {
_Z_DATA = "${config.xdg.dataHome}/z/data";