From f66246f3130a70dc5b9f90a43c491eeb302d48e4 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 7 Jul 2016 00:43:36 -0400 Subject: [PATCH] Added tg --- shells/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zshrc b/shells/zshrc index 729f403..f904f0b 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -68,6 +68,7 @@ dedir(){ =mv -n "$name"/{.,}*(N) . || return 2 =rmdir "$name" || return 3 } +alias tg='telegram-cli -N' alias perm='stat -c "%a %n"' alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"' alias eix="eix -F"