summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-02-22 00:18:02 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-02-22 00:18:02 +0400
commit6a3a20043c1a7c598714f3ad4656459696c5778f (patch)
tree144dafb793034940e1d92f41fb9a27633980b501
parent8552ae6335d0ec82e7806d1fd691fd0cfeba4c48 (diff)
dotfiles/zsh history size increased
-rwxr-xr-xsrc/dotfiles/zsh/zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dotfiles/zsh/zshrc b/src/dotfiles/zsh/zshrc
index 82af5af..c604ad1 100755
--- a/src/dotfiles/zsh/zshrc
+++ b/src/dotfiles/zsh/zshrc
@@ -11,8 +11,8 @@ RPROMPT='%B${vcs_info_msg_0_}'
zstyle ':vcs_info:git:*' formats '%b'
# History in cache directory:
-HISTSIZE=10000000
-SAVEHIST=10000000
+HISTSIZE=1000000000
+SAVEHIST=1000000000
HISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/history"
@@ -95,4 +95,3 @@ alias gt="cd ~/testProj"
alias gc="cd ~/.config"
alias gu="cd /usr/local/bin"
-