summaryrefslogblamecommitdiffstats
path: root/fish/functions/ls-links.fish
blob: 6c88ca01a1148a25abb7fc81125d02e43637167f (plain) (tree)
1
2
3


                                                         
function ls-links
    find ~ -type l ! -path "*virtualenvs*" | cut -f4- -d/
end