Changed space command

This commit is contained in:
madmaurice 2015-09-02 15:11:25 +02:00
parent f4f873aace
commit f7aa1054f0

2
zshrc
View file

@ -17,7 +17,7 @@ alias ls="ls --color=auto"
alias cd..="cd .."
alias ..="cd .."
alias disks="df -h"
alias space="du -shx *"
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"