"refactoring" to use a more neutral ~/.dotfiles folder.

This commit is contained in:
maxi 2025-06-15 01:11:18 +02:00
parent 8ed93ac6e3
commit 161c411e76
6 changed files with 51 additions and 19 deletions

10
TERMINAL.HISTORY.SH Normal file
View file

@ -0,0 +1,10 @@
# enabling zsh history
export HISTFILE=~/.zsh_history # saving in the home directory
export HISTSIZE=100000 # keeping a bunch of entries around
export SAVEHIST=100000
setopt append_history
setopt hist_ignore_dups
setopt hist_ignore_space
setopt hist_verify
setopt hist_save_no_dups