FollieHiyuki-dotfiles/home/.local/share/zsh/abbreviations

18 lines
539 B
Plaintext
Raw Normal View History

2021-02-13 11:28:59 -05:00
abbr ..="cd .."
abbr ...="cd ../.."
abbr ....="cd ../../.."
abbr claer="clear"
abbr duso="sudo"
abbr gti="git"
2021-05-01 13:03:07 -04:00
abbr rsyncdir="rsync -avP --delete-after"
2021-02-13 11:28:59 -05:00
abbr no="grep -viP"
abbr sduo="sudo"
abbr v="nvim"
abbr vi='nvim -o "$(fzf)"'
2021-02-14 15:59:55 -05:00
abbr e='emacs -nw'
abbr em="emacsclient -c -a 'emacs'"
2021-02-13 11:28:59 -05:00
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"