diff options
author | rafa_99 <raroma09@gmail.com> | 2021-07-27 13:57:50 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-07-27 13:57:50 +0100 |
commit | c2dadaca1dfdbc980669e914e333e4187b9f7dc3 (patch) | |
tree | 26fc250d9ba7d9a2a97784151aecebcf088076ef /misc | |
parent | f06b60757c47c92551350be5b857b3bbeab9d1ab (diff) |
Removed gentoo ck sources and updated aliases
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.config/misc/aliasrc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/.config/misc/aliasrc b/misc/.config/misc/aliasrc index a05fd07..11c6668 100644 --- a/misc/.config/misc/aliasrc +++ b/misc/.config/misc/aliasrc @@ -10,9 +10,10 @@ alias grep='grep --color=auto -i' \ revert='git revert' \ cherry='git cherry-pick' \ push='git push origin' \ - fonts='fc-cache -fv' \ ytmp3='youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0' \ ytmp4='youtube-dl -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"' \ + ytv='mpv --ytdl-format=22' \ + yta='mpv --no-video' \ patchd='patch -p1 <' \ mkdiff='diff -u' \ del='rm -rf' \ @@ -20,7 +21,6 @@ alias grep='grep --color=auto -i' \ encrypt='openssl enc -aes-256-cbc -md sha512 -pbkdf2 -iter 100000 -salt -in' \ decrypt='openssl enc -aes-256-cbc -md sha512 -pbkdf2 -iter 100000 -salt -d -in' \ clip='xclip -selection clipboard' \ - webget='wget --no-clobber --convert-links --random-wait -r -p -E -e robots=off -U mozilla' \ trim='convert -trim' \ trans='convert -transparent -fuzz' \ synclock='doas ntpdate pt.pool.ntp.org && doas hwclock --systohc' \ @@ -31,5 +31,4 @@ alias grep='grep --color=auto -i' \ g='sxiv -t *' \ format='clang-format -i -style=GNU' \ fm='$FILE' \ - dl='curl -LO' \ - ytv='mpv --ytdl-format=22' + dl='curl -LO' |