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.
2 parents 7cf4a8a + 17854a5 commit 95e17fdCopy full SHA for 95e17fd
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