Catalina带来的ZSH的新功能,每当我打开一个终端时,都会得到:

时间:2019-12-16 21:30:47

标签: zsh oh-my-zsh macos-catalina zshrc

/Users/sappj/.zshrc:101:不匹配的`

您能解释一下吗?我还认为oh-my-zsh会很有趣,但是麻烦的多于它对于酷的shell和插件的价值

谢谢 杰罗德

我对ZSH和OHMYZSH完全陌生,并且堆栈...很抱歉成为菜鸟:(

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH

# Path to your oh-my-zsh installation.
  export ZSH="/Users/sappj/.oh-my-zsh"

# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
  ZSH_THEME=agnoster

# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in ~/.oh-my-zsh/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )

# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"

# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"

# Uncomment the following line to disable bi-weekly auto-update checks.
  DISABLE_AUTO_UPDATE="true"

# Uncomment the following line to automatically update without prompting.
  DISABLE_UPDATE_PROMPT="true"

# Uncomment the following line to change how often to auto-update (in days).
  export UPDATE_ZSH_DAYS=13

# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS=true

# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true" 

# Uncomment the following line to disable auto-setting terminal title. 
# DISABLE_AUTO_TITLE="true" 

# Uncomment the following line to enable command auto-correction. 
# ENABLE_CORRECTION="true" 

# Uncomment the following line to display red dots whilst waiting for completion. 
 ` COMPLETION_WAITING_DOTS="true" 

0 个答案:

没有答案
相关问题