From f7aa1054f0b925818be63617681a88063b03162d Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Wed, 2 Sep 2015 15:11:25 +0200 Subject: [PATCH] Changed space command --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index e096dfc..9080979 100644 --- a/zshrc +++ b/zshrc @@ -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"