We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5729d64 commit 9d9af67Copy full SHA for 9d9af67
.devcontainer/features/bash-config/config/zshrc
@@ -6,11 +6,10 @@
6
# but you are then free to edit it
7
8
# set up eternal history for zsh
9
-export HISTCONTROL=ignoreboth:erasedups
10
-export HISTSIZE=-1
11
-export HISTFILESIZE=-1
12
-export SAVEHIST=-1
13
-export HISTFILE=$CONFIG_FOLDER/.zsh_eternal_history
+HISTCONTROL=ignoreboth:erasedups
+HISTSIZE=10000000
+SAVEHIST=$HISTSIZE
+HISTFILE=$CONFIG_FOLDER/.zsh_eternal_history
14
15
# set a theme compatible with vscode terminals
16
ZSH_THEME="dst"
0 commit comments