From cf92f30e6575465fafa99d517e5a4df01794e808 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 28 Jan 2024 17:46:08 +0100 Subject: [PATCH] lfs --- .config/fish/conf.d/abbr.fish | 1 + 1 file changed, 1 insertion(+) 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"