From 158735c80d57e22d74e093fe53942d5d4ec95020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=BCscher?= Date: Wed, 4 Dec 2024 12:56:02 +0100 Subject: [PATCH] minor adjustment to history file location --- home/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index b6e2c79..5e00e46 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -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