add yubikey params

This commit is contained in:
2025-11-30 02:27:20 +03:00
parent 55f72bfd7c
commit 756a3f82e3
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@
tree = "eza --tree";
kk = "sudo kill -9";
grepps = "ps -A | grep";
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';