mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 21:40:31 +01:00
Set terminal title in zsh.
This commit is contained in:
@@ -145,3 +145,11 @@ SAVEHIST=$HISTSIZE
|
|||||||
|
|
||||||
setopt autocd # Automatically cd to dirs typed
|
setopt autocd # Automatically cd to dirs typed
|
||||||
setopt notify
|
setopt notify
|
||||||
|
|
||||||
|
###########################
|
||||||
|
# Configure terimal title #
|
||||||
|
###########################
|
||||||
|
precmd ()
|
||||||
|
{
|
||||||
|
print -Pn "\e]0;%n@%m: %2~\a"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user