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