From 0905a53b757505ae12430706e47cd24abbc49713 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 28 Mar 2019 14:37:56 -0400 Subject: [PATCH] junk removed --- .config/aliasrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index 69baf9c..5982a54 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -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 % ;}