Updated zsh config

This commit is contained in:
2025-07-29 14:33:37 -04:00
parent 44062a87b4
commit 4e44a1618b
6 changed files with 69 additions and 56 deletions

View File

@@ -20,7 +20,6 @@
pk = "pkill -9 -f";
svcu = "systemctl --user";
svc = "sudo systemctl";
viflake = "nvim flake.nix";
iv = "invoke";
cfgfilecount = ''find ".\.nix" $FLAKEPATH | wc -l | toilet -f 3d | lolcat'';
record = "wf-recorder";
@@ -33,6 +32,10 @@
rsh = "$HOME/Coding/projects/rust/rsh/target/debug/rsh";
vide = "neovide";
pk9 = "pkill -9";
mkexe = "chmod +x";
shortdate = "date '+%m-%d-%y'";
suvi = "sudoedit";
suvide = "EDITOR=neovide; suvi";
};
};
};