djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
781 stars 51 forks source link

Removed unnecessary sort and output of same length alias #28

Closed m42e closed 8 years ago

m42e commented 8 years ago

Removed unnecessary sort of aliases Removed output of same length alias, eg. sl for ls (typo fix aliases)

djui commented 8 years ago

The additional sort was there to first sort on value fields descending and then key field ascending (declared in reverse order to leverage python's stable sorting).

But I guess it doesn't really add anything.