mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
restore se and others
This commit is contained in:
parent
be6c4ed480
commit
382c465e1f
@ -27,4 +27,8 @@ 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 % ;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user