summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-10-31 15:20:26 +0100
committerDaniel Weipert <code@drogueronin.de>2021-10-31 15:20:26 +0100
commit1ae843ba0ee1aced8629e28c3e740f32c3a72878 (patch)
tree4994ff464483bc649e17171bd4a505618e5f886e /.zshrc
Initial commit
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..1bbf333
--- /dev/null
+++ b/.zshrc
@@ -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
+