global/shell: add ucd alias

This commit is contained in:
Infinidoge 2023-08-21 11:45:03 -04:00
parent 13bdbb9dd8
commit 054256f0d4

View file

@ -37,6 +37,7 @@ in
# git # git
g = "git"; g = "git";
gcd = "cd $(git root || echo \".\")"; gcd = "cd $(git root || echo \".\")";
ucd = "cd $(uni cd || echo \".\")";
# grep # grep
grep = "rg"; grep = "rg";