Changed space command
This commit is contained in:
parent
f4f873aace
commit
f7aa1054f0
1 changed files with 1 additions and 1 deletions
2
zshrc
2
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"
|
||||
|
|
Loading…
Reference in a new issue