Move the history file to the data dir
This commit is contained in:
parent
71b5995121
commit
4284406640
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
# create the missing directories
|
||||
[ ! -d "$HISTFILE_DIR" ] && mkdir -p "$HISTFILE_DIR"
|
||||
[ ! -d "$COMPDIR" ] && mkdir -p "$COMPDIR"
|
||||
|
||||
# transmission
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue