We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548630c commit 17854a5Copy full SHA for 17854a5
bashrc
@@ -45,7 +45,7 @@ HISTSIZE=10000
45
# Remove call to update_terminal_cwd if it doesn't exist.
46
# (it is defined by Mac OSX etc/bashrc, but not if terminal is screen)
47
if [ "$(type -t update_terminal_cwd)" != function ]; then
48
- export PROMPT_COMMAND="${PROMPT_COMMAND/ update_terminal_cwd;/}"
+ export PROMPT_COMMAND="${PROMPT_COMMAND//update_terminal_cwd/:}"
49
fi
50
51
# Supress "An instance of Visual SlickEdit is already being displayed..."
0 commit comments