diff options
author | Botond Hende <nettingman@gmail.com> | 2024-07-18 23:03:08 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-07-18 23:03:25 +0200 |
commit | 75c3d7921ae0742c0a6dc95c62bf0d20fb51859c (patch) | |
tree | 57273f0ec7ecda516ae39d38a44d21d7252fd960 | |
parent | 1c79c8ef82b4005799bf15c60180999b6e8e35a5 (diff) |
fix doas aliases
-rw-r--r-- | home/.zshrc | 1 |
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' |