mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
unnec
This commit is contained in:
parent
b001c6a03f
commit
ccb31afe64
@ -18,7 +18,6 @@ alias ka="killall" \
|
||||
ls="ls -hN --color=auto --group-directories-first" \
|
||||
grep="grep --color=auto" \
|
||||
diff="diff --color=auto" \
|
||||
ccat="highlight --out-format=ansi" \
|
||||
yt="youtube-dl --add-metadata -i -o '%(upload_date)s-%(title)s.%(ext)s'" \
|
||||
yta="yt -x -f bestaudio/best" \
|
||||
YT="youtube-viewer" \
|
||||
@ -26,5 +25,3 @@ alias ka="killall" \
|
||||
ffmpeg="ffmpeg -hide_banner"
|
||||
|
||||
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Use neovim for vim if present.
|
||||
|
||||
vf() { fzf | xargs -r -I % $EDITOR % ;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user