Commit ef2324baf02ece4db7c979098c1472a3b1a7a5a0

Authored by mj
1 parent c1a71bc4fa
Exists in master and in 1 other branch 02-merge

[IMP] NEW ALIAS dfh; REDEFINE ALIAS du

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

dotfiles/bash_aliases.sh
... ... @@ -52,6 +52,10 @@ alias dsta="sudo docker start"
52 52 alias dps="sudo docker ps"
53 53 alias fig="sudo fig"
54 54  
  55 +alias dfh="df -h ./"
  56 +
  57 +alias du="du -sh"
  58 +
55 59 export LS_OPTIONS='--color=always'
56 60 alias ll="ls $LS_OPTIONS -Alh"
57 61 alias l="ls $LS_OPTIONS -lh"