From: Sergey Matveev Date: Wed, 20 May 2020 09:33:44 +0000 (+0300) Subject: Shorter youtube-dl scriptnames X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=3eaa5045bcbdb5d004a49b7c47f6b4fe67449993;hp=fa342a4f7a19749f9ff94ce1e78341165b74cc25 Shorter youtube-dl scriptnames --- diff --git a/bin/bin/ytdl b/bin/bin/yt similarity index 100% rename from bin/bin/ytdl rename to bin/bin/yt diff --git a/bin/bin/ytdlb b/bin/bin/ytb similarity index 50% rename from bin/bin/ytdlb rename to bin/bin/ytb index 39f3dde..47b400f 100755 --- a/bin/bin/ytdlb +++ b/bin/bin/ytb @@ -1,3 +1,3 @@ #!/usr/local/bin/zsh -ytdl --format best $@ +yt --format best $@ diff --git a/zsh/.zshrc b/zsh/.zshrc index 9836743..37e37ae 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -36,7 +36,7 @@ bindkey "^[[A" history-beginning-search-backward-end bindkey "^[[B" history-beginning-search-forward-end bindkey "^R" history-incremental-pattern-search-backward -HISTORY_IGNORE="(ytdl* *|t *|t|mmfileget *)" +HISTORY_IGNORE="(yt* *|t *|t|mmfileget *)" # }}} # Prompt {{{