From 8c936a85c652a5d5082a6473ff36cc68a6e8bb07 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Fri, 19 Jun 2015 03:35:12 +0200 Subject: [PATCH] alias for screenfetch --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index c506be2..a31e44a 100644 --- a/zshrc +++ b/zshrc @@ -20,6 +20,7 @@ alias disks="df -h" alias space="du -shx *" alias emacs="vim" alias gitlog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" +alias sf="screenfetch" catwhich() { cat $(which $@)