This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.local/share/zsh/abbreviations

17 lines
467 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 youflac="youtube-dl --extract-audio --audio-format flac"
abbr youlist="youtube-dl --yes-playlist"
abbr yoump3="youtube-dl --extract-audio --audio-format mp3 --embed-thumbnail"