myhome/.config/nvim/plugged/bash-support.vim/bash-support/rc/customization.bashrc
Marcin Woźniak fc7dc3f34a
Added bash-support
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-11-16 12:54:24 +01:00

10 lines
389 B
Plaintext

#-----------------------------------------------------------------------
# set Bash prompts
# PS4 shows the function name when execution is inside a function and
# the xtrace option is set.
#-----------------------------------------------------------------------
export PS2='continue> '
export PS3='choose: '
export PS4='|${BASH_SOURCE} ${LINENO}${FUNCNAME[0]:+ ${FUNCNAME[0]}()}| '