summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-10-28 12:09:57 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-28 12:09:57 +0200
commit47d30b3c5b10812010c25ced00e4b418c37f8aa3 (patch)
tree649cb023e4109058261ae40b0d991aed24c0e6aa /.zshrc
parentb9b21873c0d7ba1ab6dd5cc70d16e69bcd57fb27 (diff)
backup implementation, enhancements and fixesHEADmain
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