Remove bad mount alias

It straight-up didn't work and caused problems when trying to mount
filesystems.
master
Jordan Atwood 2 years ago
parent ff97cafa6d
commit f485b9e20f
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 1
      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

Loading…
Cancel
Save