feat: fixes

master
TBS093A 2023-04-12 16:20:17 +02:00
parent 029513b6cc
commit 9b5121c71d
3 changed files with 5 additions and 4 deletions

3
.zshrc
View File

@ -71,8 +71,7 @@ ZSH_THEME="lambda-00x097"
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
source /root/linux.config/plugins source /root/linux.config/plugins
plugins=$ZSH_PLUGINS
plugins=$plugins
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh

View File

@ -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

View File

@ -1 +1 @@
export plugins=(git zsh-autosuggestions zsh-syntax-highlighting) export ZSH_PLUGINS=(git zsh-autosuggestions zsh-syntax-highlighting)