# Best to use visudo to change /etc/sudoers, %users all adds lazy # defaults, along with nopasswd for common programs as your user. # And F legacy vi (could at least have defaulted to vim)... cat >> /etc/sudoers << EOF Defaults editor=/usr/bin/nano, !env_editor %users ALL=(ALL) ALL reverie ALL=NOPASSWD:/usr/bin/pacman, /usr/bin/minicom EOF