diff --git a/.bashrc b/.bashrc index 75a3450..e87057c 100644 --- a/.bashrc +++ b/.bashrc @@ -88,9 +88,6 @@ alias grep='grep --color=auto' # Change layout of lsblk to include FSTYPE and remove MAJ:MIN, RM, and RO collumns. alias lsblk='lsblk -o NAME,FSTYPE,SIZE,TYPE,MOUNTPOINT' -# Always use sudo when using systemctl. Pairs well with passwordless sudo for systemctl. -alias systemctl='sudo -E systemctl' - # Always use sudo when using nmap. alias nmap='sudo -E nmap'