unnec
This commit is contained in:
parent
b001c6a03f
commit
ccb31afe64
1 changed files with 0 additions and 3 deletions
|
@ -18,7 +18,6 @@ alias ka="killall" \
|
||||||
ls="ls -hN --color=auto --group-directories-first" \
|
ls="ls -hN --color=auto --group-directories-first" \
|
||||||
grep="grep --color=auto" \
|
grep="grep --color=auto" \
|
||||||
diff="diff --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'" \
|
yt="youtube-dl --add-metadata -i -o '%(upload_date)s-%(title)s.%(ext)s'" \
|
||||||
yta="yt -x -f bestaudio/best" \
|
yta="yt -x -f bestaudio/best" \
|
||||||
YT="youtube-viewer" \
|
YT="youtube-viewer" \
|
||||||
|
@ -26,5 +25,3 @@ alias ka="killall" \
|
||||||
ffmpeg="ffmpeg -hide_banner"
|
ffmpeg="ffmpeg -hide_banner"
|
||||||
|
|
||||||
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Use neovim for vim if present.
|
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Use neovim for vim if present.
|
||||||
|
|
||||||
vf() { fzf | xargs -r -I % $EDITOR % ;}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue