FollieHiyuki-dotfiles/home/.local/share/zsh/abbreviations
2021-05-01 20:03:07 +03:00

18 lines
539 B
Plaintext

abbr ..="cd .."
abbr ...="cd ../.."
abbr ....="cd ../../.."
abbr claer="clear"
abbr duso="sudo"
abbr gti="git"
abbr rsyncdir="rsync -avP --delete-after"
abbr no="grep -viP"
abbr sduo="sudo"
abbr v="nvim"
abbr vi='nvim -o "$(fzf)"'
abbr e='emacs -nw'
abbr em="emacsclient -c -a 'emacs'"
abbr youbest="youtube-dl -f bestvideo+bestaudio"
abbr youflac="youtube-dl --extract-audio --audio-format flac"
abbr youlist="youtube-dl -f bestvideo+bestaudio --yes-playlist"
abbr yoump3="youtube-dl --extract-audio --audio-format mp3 --embed-thumbnail"