diff zshrc @ 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 4c87719f258c
children 55466fa02e0a
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"