Skip to content

Commit

Permalink
fix(alias): remove diskspace command
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 13, 2019
1 parent 1e10c82 commit ae0f913
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions profile.d/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ alias lsd="ls | grep '^d'" # only directories
# Recursively delete `.DS_Store` files
alias clean_ds_store="find . -name '*.DS_Store' -type f -ls -delete"

alias diskspace="df -P -kHl"

# Shortcuts
alias a="apt"
alias ai="apt install -y"
Expand All @@ -66,7 +64,6 @@ alias n="nano"
alias l="lsa"
alias r="rsync -aPzh"
alias rd="rsync -aPzh --delete"
alias ds="diskspace"

alias d="docker"
alias dc="docker-compose"
Expand Down

0 comments on commit ae0f913

Please sign in to comment.