Add zotan customizations

This commit is contained in:
Laura Hausmann 2023-03-16 23:11:28 +01:00
parent edb2013e5a
commit 38471673e1
Signed by: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 12 additions and 3 deletions

View file

@ -204,10 +204,10 @@ zstyle ':prezto:module:prompt' theme 'sorin'
#
# Auto set the tab and window titles.
# zstyle ':prezto:module:terminal' auto-title 'yes'
zstyle ':prezto:module:terminal' auto-title 'yes'
# Set the window title format.
# zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
# Set the tab title format.
# zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
@ -238,4 +238,11 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# Enabled safe options. This aliases cp, ln, mv and rm so that they prompt
# before deleting or overwriting files. Set to 'no' to disable this safer
# behavior.
# zstyle ':prezto:module:utility' safe-ops 'yes'
zstyle ':prezto:module:utility' safe-ops 'no'
#
# Custom
#
# Fix autocompletion bug
unsetopt cdablevars

View file

@ -11,3 +11,5 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi
# Customize to your needs...
zstyle ':completion:*' rehash true