diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-11-17 15:04:05 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-11-17 15:04:05 +0000 |
| commit | e589b5788c0acb452f1e1391f49b5877f5e69d27 (patch) | |
| tree | 6f8b3786b330f3d36fbe9552f7c7d014ca6de270 /zsh | |
| parent | 0aa07d33cc0214b02c175e65a53d7456cad3be21 (diff) | |
darwin/zsh: Move terminal configuration to rc
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/rc | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -70,18 +70,6 @@ setopt HIST_REDUCE_BLANKS setopt INC_APPEND_HISTORY setopt SHARE_HISTORY -if [[ ${TERM_PROGRAM} != iTerm.app ]]; then - autoload -Uz vcs_info - - zstyle ':vcs_info:*' enable git - zstyle ':vcs_info:*' formats '[%b]' - - RPROMPT='${vcs_info_msg_0_}' - precmd_functions+=(vcs_info) - - setopt PROMPT_SUBST -fi - source_if_exists zsh/rc compinit -d ${XDG_CACHE_HOME}/zsh/compdump |
