4 lines
56 B
Bash
4 lines
56 B
Bash
#!/usr/bin/env bash
|
|
|
|
export PROMPT_COMMAND="history -a"
|
#!/usr/bin/env bash
|
|
|
|
export PROMPT_COMMAND="history -a"
|