Add abbreviations for the find
command
This commit is contained in:
parent
7461f3b25e
commit
1293883fa1
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
|||
evl = "export-video-list";
|
||||
vv = "cat ~/Documents/videos.json";
|
||||
|
||||
f = "find .";
|
||||
fd = "find . -type d";
|
||||
fdn = "find . -type d -name";
|
||||
ff = "find . -type f";
|
||||
ffn = "find . -type f -name";
|
||||
|
||||
g = "git";
|
||||
ga = "git add";
|
||||
gan = "git add -N";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue