From aef9c2bd6951f2b997bafe7f3156879d63a9abf5 Mon Sep 17 00:00:00 2001
From: NeodarZ <neodarz@neodarz.net>
Date: Wed, 20 Dec 2017 16:28:58 +0100
Subject: zsh: add tvv command for view ascii video in terminal

---
 zsh/.zsh/aliases.zsh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'zsh')

diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index de4b9e1..e272045 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -145,6 +145,7 @@ alias tiga="tig --all"
 alias errno="/home/neodarz/.scripts/linux_system_error_list.py"
 alias errnol="errno list"
 alias errnos="errno search"
+alias tvv="DISPLAY= mpv --quiet -vo tct $@"
 
 #█▓▒░ dumb tmux trix
 alias tsad="printf '\033k┐(T_T)┌\033\\'"
-- 
cgit v1.2.1