Since tab complete with `sudo systemctl` is broken, revert to using polkit for authentication instead

This commit is contained in:
David Thurstenson 2016-12-28 11:26:40 -06:00
parent 2cd660a915
commit 2a96636cf5
1 changed files with 0 additions and 3 deletions

View File

@ -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'