Clean-up zsh config
This commit is contained in:
parent
b64e2d49d4
commit
eb426ebe17
1 changed files with 5 additions and 20 deletions
|
@ -4,10 +4,7 @@
|
|||
# Path to your Oh My Zsh installation.
|
||||
export ZSH="$HOME/.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
|
||||
# Set name of the theme to load
|
||||
ZSH_THEME="spaceship"
|
||||
|
||||
# Uncomment the following line to use case-sensitive completion.
|
||||
|
@ -48,22 +45,10 @@ ZSH_THEME="spaceship"
|
|||
# much, much faster.
|
||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
|
||||
# Uncomment the following line if you want to change the command execution time
|
||||
# stamp shown in the history command output.
|
||||
# You can set one of the optional three formats:
|
||||
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
||||
# or set a custom format using the strftime function format specifications,
|
||||
# see 'man strftime' for details.
|
||||
# HIST_STAMPS="mm/dd/yyyy"
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
|
||||
# Which plugins would you like to load?
|
||||
# Standard plugins can be found in $ZSH/plugins/
|
||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
# Plugins
|
||||
# Custom plugins added to $ZSH_CUSTOM/plugins/
|
||||
# - https://github.com/zsh-users/zsh-autosuggestions
|
||||
# - https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
plugins=(fzf sdk nodenv zsh-autosuggestions zsh-syntax-highlighting)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue