junk removed

This commit is contained in:
Luke Smith 2019-03-28 14:37:56 -04:00
parent 89b9b85a45
commit b32bacc815
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -27,7 +27,4 @@ alias ka="killall" \
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Use neovim for vim if present.
shdl() { curl -O $(curl -s http://sci-hub.tw/"$@" | grep location.href | grep -o http.*pdf) ;}
se() { du -a ~/.scripts/* ~/.config/* | awk '{print $2}' | fzf | xargs -r $EDITOR ;}
sv() { vcopy "$(du -a ~/.scripts/* ~/.config/* | awk '{print $2}' | fzf)" ;}
vf() { fzf | xargs -r -I % $EDITOR % ;}