mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-02 04:08:30 -05:00
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
abbr ..="cd .."
|
|
abbr ...="cd ../.."
|
|
abbr ....="cd ../../.."
|
|
abbr claer="clear"
|
|
abbr duso="sudo"
|
|
abbr gti="git"
|
|
abbr rsyncdir="rsync -urvP --delete-after"
|
|
abbr rsyncfile="rsync -vP"
|
|
abbr no="grep -viP"
|
|
abbr sduo="sudo"
|
|
abbr v="nvim"
|
|
abbr vi='nvim -o "$(fzf)"'
|
|
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"
|