Глобальные алиасы
This commit is contained in:
@@ -41,6 +41,11 @@ command -v ncal > /dev/null 2>&1 && alias ycal="ncal $(date +%Y)"
|
|||||||
# gdu вместо ncdu
|
# gdu вместо ncdu
|
||||||
command -v gdu > /dev/null 2>&1 && alias ncdu=gdu
|
command -v gdu > /dev/null 2>&1 && alias ncdu=gdu
|
||||||
|
|
||||||
|
# Используется плагин из OhMyZsh
|
||||||
|
alias -g CC='| clipcopy'
|
||||||
|
alias -g CC0="| perl -p -e 'chomp if eof' | clipcopy"
|
||||||
|
alias -g CV='$(clippaste)'
|
||||||
|
|
||||||
# Youtube
|
# Youtube
|
||||||
if command -v yt-dlp > /dev/null 2>&1; then
|
if command -v yt-dlp > /dev/null 2>&1; then
|
||||||
alias ydlbest="yt-dlp --merge-output-format mkv -f 'bestvideo+bestaudio'"
|
alias ydlbest="yt-dlp --merge-output-format mkv -f 'bestvideo+bestaudio'"
|
||||||
|
|||||||
Reference in New Issue
Block a user