Skip to content

Commit

Permalink
minor adjustment to history file location
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bue committed Dec 4, 2024
1 parent 1e0befb commit 158735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
autoload -U colors && colors # Load colors

# Enable history
HISTFILE="~/.zsh_history"
HISTFILE="$HOME/.zsh_history"
HISTSIZE=5000 # Maximum events for internal history
SAVEHIST=5000 # Maximum events in history file

Expand Down

0 comments on commit 158735c

Please sign in to comment.