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"