mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
bash: fix last rc in prompt
This commit is contained in:
parent
d4b90d1df8
commit
6c74dc0167
3 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ if [ "$TERM_PROGRAM" == "Apple_Terminal" ] && [ -z "$INSIDE_EMACS" ]; then
|
|||
local PWD_URL="file://$HOSTNAME${PWD//$SEARCH/$REPLACE}"
|
||||
printf '\e]7;%s\a' "$PWD_URL"
|
||||
}
|
||||
PROMPT_COMMAND="update_terminal_cwd; $PROMPT_COMMAND"
|
||||
fi
|
||||
|
||||
set_term_title() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue