mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 15:39:41 +00:00
nix: fish: simply copy the fish functions to the destination
This commit is contained in:
parent
3d1064bd31
commit
6169d1e7ff
16 changed files with 34 additions and 29 deletions
|
|
@ -1,3 +1,4 @@
|
|||
function largest-objects-in-repo
|
||||
# Shows you the largest objects in your repo's pack file. Written for osx.
|
||||
# @see http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/
|
||||
# @author Antony Stubbs
|
||||
|
|
@ -26,3 +27,4 @@ for obj in $objects
|
|||
end
|
||||
|
||||
echo -e $output | column -t -s ', '
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue