logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: 5c7a90a09b93161122abb41c1262101cc1ef1888
parent 3d4b1ee2b14588b7352f6437009687ea6a7b8d95
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  7 Dec 2020 02:02:16 +0100

.common.sh: alias ytcp for mirroring

Diffstat:

M.common.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.common.sh b/.common.sh @@ -21,6 +21,7 @@ alias .='cd .' alias ..='cd ..' alias ...='cd ../..' alias zzz='locker & (sleep 1 ; memsys)' +alias ytcp='youtube-dl --write-description --write-info-json --write-annotations --write-sub --write-auto-sub --all-subs --add-metadata --xattrs' # = functions = # Note: POSIX only allows [0-9a-z_A-Z] in function names