From 33d03f4f1e8afb953a10cb8042f4e521efc9a98c Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 2 Jan 2014 20:38:43 +1100 Subject: [PATCH] bash: sudosu alias, works with nologin accounts --- .bash/interactive | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash/interactive b/.bash/interactive index fb13a8d..bc46f27 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -46,6 +46,7 @@ alias bc='bc -ql' alias vv='vncviewer -encodings "tight hextile copyrect"' alias watch='watch -n1' alias sudo='sudo ' # ability to use aliases with sudo +alias sudosu='sudo su -l -s /bin/bash' # Colorful man pages -- 2.39.2