diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-11-03 21:56:48 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-11-03 21:56:48 +0100 |
commit | 9853c1211438d076381595bda55271592c71682f (patch) | |
tree | aa5dad6691418df880051147ea9fc274e191a6bf /.zshrc | |
parent | 1ae843ba0ee1aced8629e28c3e740f32c3a72878 (diff) |
Adjustments
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,6 @@ plugins=(git) source $ZSH/oh-my-zsh.sh export EDITOR=nvim -alias e=$EDITOR +alias vim=$EDITOR alias ls=exa |