17 lines
467 B
Plaintext
Raw Normal View History

2021-02-13 19:28:59 +03:00
abbr ..="cd .."
abbr ...="cd ../.."
abbr ....="cd ../../.."
abbr claer="clear"
abbr duso="sudo"
abbr gti="git"
2021-05-01 20:03:07 +03:00
abbr rsyncdir="rsync -avP --delete-after"
2021-02-13 19:28:59 +03:00
abbr no="grep -viP"
abbr sduo="sudo"
abbr v="nvim"
abbr vi='nvim -o "$(fzf)"'
2021-02-14 23:59:55 +03:00
abbr e='emacs -nw'
abbr em="emacsclient -c -a 'emacs'"
2021-02-13 19:28:59 +03:00
abbr youflac="youtube-dl --extract-audio --audio-format flac"
abbr youlist="youtube-dl --yes-playlist"
2021-02-13 19:28:59 +03:00
abbr yoump3="youtube-dl --extract-audio --audio-format mp3 --embed-thumbnail"