4 lines
134 B
Bash
4 lines
134 B
Bash
# creates the preexec_functions and precmd_functions arrays to be filled later
|
|
export preexec_functions=()
|
|
export precmd_functions=()
|