diff --git a/snippy b/snippy index a770323..1f41c40 100755 --- a/snippy +++ b/snippy @@ -234,7 +234,8 @@ list() { find -L . -type "$type" \ | grep -vE '^\.$|\.git|\.gitconfig|\.gitkeep|\.gitignore' \ - | sed -e 's!\.\/!!' + | sed -e 's!\.\/!!' \ + | sort } add() {