diff options
Diffstat (limited to '')
-rw-r--r-- | profile/.profile.d/20_history.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profile/.profile.d/20_history.sh b/profile/.profile.d/20_history.sh new file mode 100644 index 0000000..b7f42bc --- /dev/null +++ b/profile/.profile.d/20_history.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export HISTFILE="${XDG_DATA_HOME}/.histfile" +export HISTSIZE=100000 |