changeset 147:163ef90dd755

add an alias for sudo typos
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 Oct 2018 17:37:22 +0200
parents d6fba0677bff
children 238d7d13bce7
files zshrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc	Tue Oct 23 17:36:59 2018 +0200
+++ b/zshrc	Tue Oct 23 17:37:22 2018 +0200
@@ -40,6 +40,7 @@
 alias sl='screen -ls'
 alias sn='screen -S'
 alias sr='screen -r'
+alias suod=sudo
 alias ta="tmux attach -t"
 alias tl="tmux list-sessions"
 alias tn="tmux new -s"