summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-07-18 23:03:08 +0200
committerBotond Hende <nettingman@gmail.com>2024-07-18 23:03:25 +0200
commit75c3d7921ae0742c0a6dc95c62bf0d20fb51859c (patch)
tree57273f0ec7ecda516ae39d38a44d21d7252fd960 /home
parent1c79c8ef82b4005799bf15c60180999b6e8e35a5 (diff)
fix doas aliases
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.zshrc b/home/.zshrc
index 4c6ce79..89d8940 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -103,6 +103,7 @@ PROMPT=$DEFAULT_PROMPT
[ -x $HOME/.profile ] && source $HOME/.profile
+alias doas='doas '
alias ls='ls --color=auto'
alias tree='tree -C'
alias vim='nvim'