From 01089b42fccf12234df07b1db68b40c9f5f5c240 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 16 Feb 2023 16:27:02 +0100 Subject: [PATCH] history no more in $ZSH --- home/.zsh-server/zshrc | 2 +- home/.zsh/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zsh-server/zshrc b/home/.zsh-server/zshrc index 4d5c94b..ff5ef68 100644 --- a/home/.zsh-server/zshrc +++ b/home/.zsh-server/zshrc @@ -23,7 +23,7 @@ function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\ export ZSH=$HOME/.zsh-server ### ---- history config ------------------------------------- -export HISTFILE=$ZSH/.zsh_history +export HISTFILE=~/.zsh_history # How many commands zsh will load to memory. export HISTSIZE=10000 diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 399d09a..f2e11b7 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -31,7 +31,7 @@ function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\ export ZSH=$HOME/.zsh ### ---- history config ------------------------------------- -export HISTFILE=$ZSH/.zsh_history +export HISTFILE=~/.zsh_history # How many commands zsh will load to memory. export HISTSIZE=10000