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" \
|
||||
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…
Reference in a new issue