This commit is contained in:
Luke Smith 2019-05-21 10:14:55 -04:00
parent b001c6a03f
commit ccb31afe64
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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 % ;}