summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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
+