diff options
| author | Daniel Weipert <code@drogueronin.de> | 2021-12-08 14:29:14 +0100 |
|---|---|---|
| committer | Daniel Weipert <code@drogueronin.de> | 2021-12-08 14:29:14 +0100 |
| commit | ce9297c354ce3b2fb20f83d2e26b1b2bc77b70c7 (patch) | |
| tree | 448ab6a849f269ad9ccf7c4ef65392003f9b02bb | |
| parent | 53499b70d65f609645b0823acb83bfcb3f700447 (diff) | |
Adjusts zsh aliases
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
