日本語入力を直して
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user