zsh: fix please alias

This commit is contained in:
tastytea 2024-01-04 12:41:52 +01:00
parent 2b2bef4a0f
commit 901fa8f33f
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -53,7 +53,7 @@ alias config="${_tmp_config_alias}"
unset _tmp_config_alias
alias edot="GIT_DIR=${HOME}/.dotfiles GIT_WORK_TREE=${HOME} ${VISUAL}"
if type sudo >& -; then
if type doas >& -; then
alias please='doas'
alias 🥺='doas'
else