summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 85050c8..a0847bb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,6 +13,8 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh
export EDITOR=nvim
+
alias vim=$EDITOR
-alias ls=exa
+alias ls="exa"
+alias tree="exa --tree"