From ddd9709ea9509e5618a2d929677fbe8a8e12c266 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 15 Mar 2023 17:29:22 +0100 Subject: [PATCH] look for alias after doas --- home/.zsh-server/zshrc | 1 + home/.zsh/zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/home/.zsh-server/zshrc b/home/.zsh-server/zshrc index 8e36fc5..6f768ca 100644 --- a/home/.zsh-server/zshrc +++ b/home/.zsh-server/zshrc @@ -10,6 +10,7 @@ alias la="ls --color -ah" alias ls="ls --color -h" alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please consider using trash instead: trash"' alias purge="/usr/bin/rm" +alias doas='doas ' alias sudo='nocorrect sudo ' alias grep="grep --color" alias egrep="grep -E" diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 1ee468e..58be17b 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -17,6 +17,7 @@ alias la="lsd -a" alias ls="lsd" alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please consider using trash instead: trash"' alias purge="/usr/bin/rm" +alias doas='doas ' alias sudo='nocorrect sudo ' alias grep="grep --color" alias egrep="grep -E"