Add vh to aliases.zsh

This commit is contained in:
Donovan Glover 2018-01-03 23:11:49 -05:00
parent 1a74691fa2
commit 7cbd4119ae
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -58,6 +58,7 @@ alias volume="vol"
####################################################################
alias vz="nvim +Files" # Open any file inside a directory easily with fzf
alias vh="nvim -i NONE -c 'set noswapfile' -c 'set noundofile' -c 'set nobackup'"
# Quick and easy way to download the majority of online videos
alias dl="youtube-dl -f bestvideo+bestaudio"