commit 619cd89924f211dacb4d8b973476096bbb88980a
parent c92236c544921dbe9dacf923cb2240129eabbf3b
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date: Mon, 11 Sep 2023 11:23:44 +0330
shell: add alias for proxied youtube-viewer
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/shell/.config/shell/aliasrc b/shell/.config/shell/aliasrc
@@ -61,3 +61,4 @@ alias \
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \
alias dfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME/.config"
+alias yv="proxychains -q youtube-viewer"