diff options
Diffstat (limited to 'sync/.bashrc')
| -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 ' |
