케이스/완료를 위해 다음 구성을 따라야 합니다..zshrc우분투 서버에서:
autoload -Uz compinit
compinit
autoload colors zsh/terminfo
colors
unsetopt menu_complete
unsetopt flowcontrol
setopt correct
setopt auto_menu
setopt always_to_end
zstyle ':completion:*' completer _expand _complete _correct _approximate
zstyle ':completion:*' format "%{${fg[green]}%}%d%{${fg[default]}%}"
zstyle ':completion:*' menu select; zstyle ':completion:*' group-name ''
zstyle ':completion:*' matcher-list 'm:{a-zA-Z-_}={A-Za-z_-}' 'r:|=*' 'l:|=* r:|=*'
source /etc/zsh_command_not_found
source ~/.Scripts/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
PROMPT 어딘가에%디현재 디렉터리를 표시합니다.
Mac에서도 동일한 작업을 수행합니다(.zshrc가 있음).CD 데스크탑다음으로 수정됨CD 데스크탑작동하지만 프롬프트가 표시됩니다./사용자/나/데스크탑아니다 /사용자/나/데스크탑
어떤 이유로 대소 문자를 구분하지 않는 설정이 Ubuntu에서 작동하지 않는 것 같습니다. 권장 설정은 무엇입니까? 어떻게 만들 수 있나요?빠르게현재 디렉토리의 올바른 대소문자를 반영합니까?
감사해요!