dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

se (78B)


      1 #!/bin/sh
      2 
      3 du -a ~/.local/bin/* | awk '{print $2}' | fzf | xargs -r ${EDITOR}