Remove function

This commit is contained in:
Ricky Jon 2018-12-15 10:20:05 +11:00
parent 0e83bf8b6e
commit ac021c11ad

View File

@ -51,4 +51,3 @@ alias YT="youtube-viewer"
shdl() { curl -O $(curl -s http://sci-hub.tw/"$@" | grep location.href | grep -o http.*pdf) ;} shdl() { curl -O $(curl -s http://sci-hub.tw/"$@" | grep location.href | grep -o http.*pdf) ;}
vf() { $EDITOR $(fzf) ;} vf() { $EDITOR $(fzf) ;}
cur_pri_size_h() { xrandr | sed -n '/connected primary/p' | awk '{print $4}' | sed 's/x/\n/g' | sed -n 1p }