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