From 44975789bb1e1c5f2d60f1b50fe8b8c6b111bec9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 24 May 2015 01:34:33 +0200 Subject: zsh: aliases: add pt -> pstree --highlight-all --long --uid-changes --- zsh/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index d2abe45..d88ea17 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -24,6 +24,8 @@ alias ms5='mbsync --config "$XDG_CONFIG_HOME/mbsyncrc" 5monkeys' alias msa='mbsync --config "$XDG_CONFIG_HOME/mbsyncrc" -a' alias ty='ttytter -rc="$XDG_CONFIG_HOME"/ttytter/ttytterrc' +alias pt='pstree --highlight-all --long --uid-changes' + alias sprin='curl -F "sprunge=<-" http://sprunge.us' sprfile() { curl -F "sprunge=<$1" http://sprunge.us -- cgit v1.2.3-54-g00ecf