This commit is contained in:
Mylloon 2024-01-28 17:46:08 +01:00
parent 56ec9dcc63
commit cf92f30e65
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -27,3 +27,4 @@ abbr zip "zip -r 'archive.zip' dossier"
abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all disks abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all disks
abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;" abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
abbr grp "git remote prune origin" abbr grp "git remote prune origin"
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"