From f485b9e20f005067aea46dc1507c3d6042385456 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 26 May 2022 12:25:25 -0700 Subject: [PATCH] Remove bad mount alias It straight-up didn't work and caused problems when trying to mount filesystems. --- src/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/.bashrc b/src/.bashrc index 73cb4a0..27614a6 100755 --- a/src/.bashrc +++ b/src/.bashrc @@ -95,7 +95,6 @@ alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias diff='diff -uN --color=auto' alias ip='ip --color=auto' -alias mount='mount | column -t' alias tree='tree -Csuh' # simple shortcuts