Compare commits
2 commits
344d1f66e7
...
e70dc321d9
Author | SHA1 | Date | |
---|---|---|---|
Julien Oculi | e70dc321d9 | ||
Julien Oculi | 2748867113 |
|
@ -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
|
||||
|
||||
# Install zsh-syntax-highlighting
|
||||
nala install -y zsh-syntax-highlighting
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# The following lines were added by compinstall
|
||||
zstyle ':completion:*' completer _complete _ignored _approximate
|
||||
zstyle :compinstall filename '/home/julien/.zshrc'
|
||||
zstyle :compinstall filename "$HOME/.zshrc"
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
|
Loading…
Reference in a new issue