diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-10-31 15:20:26 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-10-31 15:20:26 +0100 |
commit | 1ae843ba0ee1aced8629e28c3e740f32c3a72878 (patch) | |
tree | 4994ff464483bc649e17171bd4a505618e5f886e /.zshrc |
Initial commit
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +export ZSH="$HOME/.config/zsh/ohmyzsh" + +ZSH_THEME="robbyrussell" + +CASE_SENSITIVE="true" + +HYPHEN_INSENSITIVE="true" + +HIST_STAMPS="dd.mm.yyyy" + +plugins=(git) + +source $ZSH/oh-my-zsh.sh + +export EDITOR=nvim +alias e=$EDITOR +alias ls=exa + |