Compare commits

..

No commits in common. "e70dc321d9a8533ed19918319aebae1927e06090" and "344d1f66e798e7924fd96d5c1f62d5d1281d3b7b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ chsh -s /usr/bin/zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# Install zsh-syntax-highlighting # Install zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting nala install -y zsh-syntax-highlighting

View file

@ -1,6 +1,6 @@
# The following lines were added by compinstall # The following lines were added by compinstall
zstyle ':completion:*' completer _complete _ignored _approximate zstyle ':completion:*' completer _complete _ignored _approximate
zstyle :compinstall filename "$HOME/.zshrc" zstyle :compinstall filename '/home/julien/.zshrc'
autoload -Uz compinit autoload -Uz compinit
compinit compinit