commit e4a7afa35ef5af523e6b73bd637ec099d3c45f05
parent 3d7f0b7fbafe678bc6dd5904481632947ff3a7e4
Author: dudley <pyratebeard@gmail.com>
Date: Wed, 2 Nov 2016 17:37:01 +0000
gifview alias to animate on run
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
@@ -70,6 +70,7 @@ alias disks='echo "╓───── m o u n t . p o i n t s"; echo "╙──
alias todo="bash ~/code/sys/todo"
alias record="ffmpeg -f x11grab -s 1366x768 -an -r 16 -loglevel quiet -i :0.0 -b:v 5M -y" #pass a filename
alias nexus="jmtpfs ~/nexus"
+alias gifview="gifview -a"
tmx() {
[[ $# -eq 0 ]] && bash ~/bin/tmx 0 || bash ~/bin/tmx $#
}