global/shell: add ucd alias
This commit is contained in:
parent
13bdbb9dd8
commit
054256f0d4
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ in
|
|||
# git
|
||||
g = "git";
|
||||
gcd = "cd $(git root || echo \".\")";
|
||||
ucd = "cd $(uni cd || echo \".\")";
|
||||
|
||||
# grep
|
||||
grep = "rg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue