mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
fix cd outputting escape codes
This commit is contained in:
parent
74fdc01f13
commit
18fab1231d
1 changed files with 1 additions and 1 deletions
2
zsh/rc
2
zsh/rc
|
|
@ -23,7 +23,7 @@ preexec() {
|
||||||
}
|
}
|
||||||
|
|
||||||
chpwd() {
|
chpwd() {
|
||||||
set_term_title
|
#set_term_title
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim: ft=zsh
|
# vim: ft=zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue