alias for screenfetch
This commit is contained in:
parent
85abd161a2
commit
8c936a85c6
1 changed files with 1 additions and 0 deletions
1
zshrc
1
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 $@)
|
||||
|
|
Loading…
Reference in a new issue