From e8490a8f6739a9a1d919d76b71effeae44f085c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CHenry-Hiles=E2=80=9D?= <“henry@henryhiles.com”> Date: Fri, 18 Nov 2022 15:41:55 -0500 Subject: [PATCH] Move to doas --- aliases.zsh | 2 ++ install.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aliases.zsh b/aliases.zsh index 456ab76..ed7773f 100644 --- a/aliases.zsh +++ b/aliases.zsh @@ -1,3 +1,5 @@ +alias sudo=doas +alias doas="doas " alias cat=bat alias ls='exa -a --color=always --group-directories-first --icons' alias ping="prettyping" diff --git a/install.sh b/install.sh index 4eaff71..6a3be2d 100644 --- a/install.sh +++ b/install.sh @@ -20,4 +20,3 @@ git clone --depth=1 https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $PLU git clone --depth=1 https://github.com/chrissicool/zsh-256color $PLUGINS/zsh-256color git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions $PLUGINS/zsh-autosuggestions git clone --depth=1 https://github.com/3v1n0/zsh-bash-completions-fallback $PLUGINS/zsh-bash-completions-fallback -