mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix history location
This commit is contained in:
parent
2be09eb258
commit
59aa1f2558
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
shopt -s histappend
|
||||
|
||||
# name of the history file to create and log to
|
||||
HISTFILE="$HOME/.local/state/bash/.history"
|
||||
HISTFILE="$HOME/.local/state/bash/history"
|
||||
|
||||
# don't put duplicate lines or lines starting with space in the history.
|
||||
HISTCONTROL=ignoreboth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue