From 2a96636cf59e1b524c76027fb807e381e6ea4b8c Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 28 Dec 2016 11:26:40 -0600 Subject: [PATCH] Since tab complete with `sudo systemctl` is broken, revert to using polkit for authentication instead --- .bashrc | 3 --- 1 file changed, 3 deletions(-) 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'