From 3eaa5045bcbdb5d004a49b7c47f6b4fe67449993 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 20 May 2020 12:33:44 +0300 Subject: [PATCH] Shorter youtube-dl scriptnames --- bin/bin/{ytdl => yt} | 0 bin/bin/{ytdlb => ytb} | 2 +- zsh/.zshrc | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/bin/{ytdl => yt} (100%) rename bin/bin/{ytdlb => ytb} (50%) 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 {{{ -- 2.44.0