Add abbreviations for the find command

This commit is contained in:
Oliver Davies 2025-05-08 12:52:09 +01:00
parent 7461f3b25e
commit 1293883fa1

View file

@ -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";