feat: fixes
parent
029513b6cc
commit
9b5121c71d
3
.zshrc
3
.zshrc
|
|
@ -71,8 +71,7 @@ ZSH_THEME="lambda-00x097"
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
source /root/linux.config/plugins
|
||||
|
||||
plugins=$plugins
|
||||
plugins=$ZSH_PLUGINS
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
|
||||
curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -o zsh.install.sh
|
||||
chmod +x ./zsh.install.sh
|
||||
./zsh.install.sh
|
||||
Loading…
Reference in New Issue