summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index abbee52..3df12f8 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,13 @@
+export ZSH="$HOME/.config/zsh/ohmyzsh"
+
CASE_SENSITIVE="false"
HYPHEN_INSENSITIVE="true"
HIST_STAMPS="dd.mm.yyyy"
+plugins=(git gitfast)
+ZSH_THEME=robbyrussell
+source $ZSH/oh-my-zsh.sh
+
export EDITOR=nvim
alias vim=$EDITOR