diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 3ab200e..8f77f4a 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -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 sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;" abbr grp "git remote prune origin" +abbr lfs "git lfs install; git lfs fetch; git lfs checkout"