aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-04-20 12:53:16 -0600
committerAlexis Hovorka <[email protected]>2021-04-20 12:53:16 -0600
commit12b09bf564fea5e0554200c6ecc0d837b89bad34 (patch)
treef4388c35f3b63e814816584c3708a7f2cc501f7f
parent0abdd3425a3b46d4f196e48c930ba439414db30f (diff)
[fix] Prevent sudo alias tip
-rw-r--r--base/zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/zsh/aliases.zsh b/base/zsh/aliases.zsh
index 3d9ebce..8ab3187 100644
--- a/base/zsh/aliases.zsh
+++ b/base/zsh/aliases.zsh
@@ -52,5 +52,5 @@ export TASKBIN="$(builtin which task)"
alias task="bash taskw"
alias whoaminot="echo adam"
-alias please="sudo"
+alias please=" sudo"
alias yeet="rm -rf"