summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-12-19 11:01:32 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-12-19 11:01:32 -0600
commit559a13d7d9d69d742b4b8871b9eac6103cdefeef (patch)
treedd8f53f36c4470d6d24c39239980b8b0d1e84301
parentcaa10d6028d768ae11732d3c13fad36befef46a6 (diff)
add histsize
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 1d4ed06..a30572c 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -17,6 +17,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export LESSHISTFILE="-"
+export HISTSIZE=10000
export HISTFILE="$XDG_STATE_HOME/bash/history"
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
# Golang