Browse Source

Change df defaults

George Jones 5 months ago
parent
commit
0d6a3d216f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

@@ -62,7 +62,7 @@ alias ips='ifconfig | grep inet'
 alias p8='	ping -c 3 8.8.8.8' # make sure routing works
 alias pp='	ping -c 3 port111.com' # make sure dns and routing work
 # Disk related
-alias df="df | grep -v snap"  # commands mounting loopback filesystess?
+alias df="df -H"  # commands mounting loopback filesystess?
 # utilities/statistics
 alias count='sort | uniq -c | sort -nr' # count unique things on stdin