diff options
| author | Blista Kanjo | 2023-08-03 09:48:43 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-03 09:48:43 -0400 |
| commit | 34f27a11a5b5f18cdbe5e007dadbaa888aff7342 (patch) | |
| tree | 44e188d871729f80bcedb28354edfa73f9fbb20a /.config/shell | |
| parent | a651f0b3bb7a92e1bdf62a2b118c428391a53abe (diff) | |
refactor: `HISTFILE` variable for `bash`
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/.bashrc b/.config/shell/.bashrc index 39deaf1..10d0a4b 100644 --- a/.config/shell/.bashrc +++ b/.config/shell/.bashrc @@ -70,3 +70,5 @@ for sh in /etc/bash/bashrc.d/* ; do done unset use_color sh + +export HISTFILE="$XDG_STATE_HOME"/shell/history |
