diff options
author | Tyler Davis <tydavis@gmail.com> | 2020-08-21 16:24:13 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2020-08-21 16:24:13 +0000 |
commit | 746d5dd9705e3f96cd551132b5cb641ed67a6409 (patch) | |
tree | 352e2a899968386064dade27b20cb1ee072a102b /.bin | |
parent | 0324f88f3a1ad074788474fa7cbc7a249742ee98 (diff) | |
download | dotfiles-746d5dd9705e3f96cd551132b5cb641ed67a6409.tar.gz dotfiles-746d5dd9705e3f96cd551132b5cb641ed67a6409.zip |
git: add human sort to list
Diffstat (limited to '.bin')
-rwxr-xr-x | .bin/upgit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ for p in $(fd -H --exclude="vendor" -t d '.git$' code); do cd $HOME done -sort $gitTmp > ~/.setup/gitlist +sort -h $gitTmp > ~/.setup/gitlist rm $gitTmp |