diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-10-28 12:09:57 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-28 12:09:57 +0200 |
commit | 47d30b3c5b10812010c25ced00e4b418c37f8aa3 (patch) | |
tree | 649cb023e4109058261ae40b0d991aed24c0e6aa /.zshrc | |
parent | b9b21873c0d7ba1ab6dd5cc70d16e69bcd57fb27 (diff) |
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |