Move to doas
This commit is contained in:
parent
b94efa8b75
commit
e8490a8f67
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue