diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 01:34:33 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 01:34:33 +0200 |
commit | 44975789bb1e1c5f2d60f1b50fe8b8c6b111bec9 (patch) | |
tree | cca39c977dfaa78f6b81078a8207b6622165e255 | |
parent | 9a38f61a266a40e921e8f2ab041a22fe09fc8155 (diff) | |
download | dotfiles-44975789bb1e1c5f2d60f1b50fe8b8c6b111bec9.tar.xz |
zsh: aliases: add pt -> pstree --highlight-all --long --uid-changes
-rw-r--r-- | zsh/aliases.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |