1
0

Added .gitignore and updated zsh history location

This commit is contained in:
2026-02-08 11:50:55 +01:00
parent 9e34a91e4e
commit b5b0bc49ee
2 changed files with 6 additions and 0 deletions

5
.zshrc
View File

@@ -1 +1,6 @@
export ZSH=$HOME/.config/zsh
export HISTFILE=$ZSH/.zsh_history
export HISTSIZE=10000
export SAVEHIST=10000
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_FIND_NO_DUPS