소스 검색

Change df defaults

George Jones 5 달 전
부모
커밋
0d6a3d216f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 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
 alias pp='	ping -c 3 port111.com' # make sure dns and routing work
 # Disk related
 # Disk related
-alias df="df | grep -v snap"  # commands mounting loopback filesystess?
+alias df="df -H"  # commands mounting loopback filesystess?
 # utilities/statistics
 # utilities/statistics
 alias count='sort | uniq -c | sort -nr' # count unique things on stdin
 alias count='sort | uniq -c | sort -nr' # count unique things on stdin