commit 117ab48d62dbc419f0c073c0c289ff3f8af84af6
parent 2b6ba94c1957b6fccc8179f7e08860e42034d372
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Mon, 1 Oct 2012 01:43:03 +0200
+cdtemp alias
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh/alias b/zsh/alias
@@ -46,3 +46,4 @@ alias mw="grep \$\* | cut -d ' ' -f 1 | while read a; do notmuch show \$a; done
alias msw="history | tail -1 | cut -d ' ' -f2- | mw \$\*"
alias myip="curl icanhazip.com"
alias checkhtml="tidy -utf8 -errors -xml -quiet"
+alias cdtemp="c \`mktemp -d ~/scratch/XXXXXXXX\`"