4 lines
101 B
Bash
4 lines
101 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
[[ "${CONFIG_AUTOSAVE_HISTORY}" == "1" ]] && export "PROMPT_COMMAND=history -a"
|