diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 12:16:35 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 12:16:35 +0200 |
commit | 2b3d610076ae2d8c71ed96d2d381b112e9d85db9 (patch) | |
tree | 7cff0620a40a7c4b2225a08b9891a24e44687cd4 | |
parent | 782c23a6807390464ab21ad826ebcb51b708500e (diff) |
-rw-r--r-- | .zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ export ZSH="$HOME/.config/zsh/ohmyzsh" -CASE_SENSITIVE="false" +ZSH_CACHE="$HOME/.cache/zsh" +CASE_SENSITIVE="false" HYPHEN_INSENSITIVE="true" +ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$HOST" + +HISTFILE="$ZSH_CACHE/zsh_history" HIST_STAMPS="dd.mm.yyyy" plugins=(git gitfast) |