alias for screenfetch

This commit is contained in:
madmaurice 2015-06-19 03:35:12 +02:00
parent 85abd161a2
commit 8c936a85c6

1
zshrc
View file

@ -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 $@)