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 -