Update Theme & Plugins
This commit is contained in:
parent
974231f483
commit
e44fc8932a
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -7,7 +7,7 @@
|
|||
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
ZSH_THEME="avit"
|
||||
ZSH_THEME="bureau"
|
||||
|
||||
# Uncomment the following line to use case-sensitive completion.
|
||||
# CASE_SENSITIVE="true"
|
||||
|
@ -51,7 +51,7 @@ ZSH_THEME="avit"
|
|||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git dirhistory history systemd tmux vi-mode zsh-autosuggestions)
|
||||
plugins=(colored-man-pages copydir cp dircycle dirhistory fasd git gitignore systemd tmux vi-mode zsh-autosuggestions)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue