日本語入力を直して

This commit is contained in:
Marco Thomas
2022-10-09 11:39:00 +02:00
parent 081d95c148
commit f6a5bad6ad
3 changed files with 33 additions and 21 deletions

View File

@@ -14,8 +14,8 @@ DIR="%{$fg[blue]%}%~"
GIT="%{$fg[red]%}\$vcs_info_msg_0_"
HOSTN="%{$fg[yellow]%}%m "
BREAK=''
[ $(tput cols) -lt 60 ] && BREAK=$'\n'
# BREAK=''
# [ $(tput cols) -lt 60 ] && BREAK=$'\n'
export PROMPT="${HOSTN}${DIR}${GIT} ${BREAK}${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats ' (%b )'
@@ -111,10 +111,6 @@ alias zg='ls'
alias ädrbes='chown'
alias erstelle='touch'
if [ -f ~/.zshrc_local ]; then
source ~/.zshrc_local
fi
# ============================== Completion
unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol
@@ -302,3 +298,8 @@ fancy-ctrl-z () {
}
zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z
# ============================== Source other definitions
if [ -f ~/.zshrc_local ]; then
source ~/.zshrc_local
fi