mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/base: zsh (fd+sd) warning functions
This commit is contained in:
parent
40128d2bda
commit
4d15a1bf2e
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
genmac() { nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/' }
|
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() { echo "baps you for being naughty, use vim" }
|
||||||
|
find() { echo "use fd!" }
|
||||||
|
sed() { echo "use sd!" }
|
||||||
'';
|
'';
|
||||||
localVariables = {
|
localVariables = {
|
||||||
_Z_DATA = "${config.xdg.dataHome}/z/data";
|
_Z_DATA = "${config.xdg.dataHome}/z/data";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue