diff options
author | EuAndreh <eu@euandre.org> | 2020-11-26 20:49:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-26 20:49:23 -0300 |
commit | 2959cdd58e1592ec261e992cfda93e95a81ade91 (patch) | |
tree | ede391440de60a163d3738fc91adb276117327af | |
parent | TODOs.org (diff) | |
download | toph-2959cdd58e1592ec261e992cfda93e95a81ade91.tar.gz toph-2959cdd58e1592ec261e992cfda93e95a81ade91.tar.xz |
.bashrc: Allow aliases on sudo commands
-rw-r--r-- | sync/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/.bashrc b/sync/.bashrc index 3af5a68..2717b0c 100644 --- a/sync/.bashrc +++ b/sync/.bashrc @@ -30,3 +30,5 @@ alias ls='ls -p --color=auto' alias ll='ls -l' alias grep='grep --color=auto' alias l='ls -lahF' +# https://linuxhandbook.com/run-alias-as-sudo/ +alias sudo='sudo ' |