more zsh
This commit is contained in:
parent
27d0d32ee7
commit
10d12e3ae7
2 changed files with 7 additions and 0 deletions
2
bin/executable_prep_zsh
Normal file
2
bin/executable_prep_zsh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
sudo pacman -S grml-zsh-config zsh-autosuggestions zsh-completions zsh-syntax-highlighting
|
|
@ -57,6 +57,11 @@ if [ -f /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]; th
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# enable syntax highlighting
|
||||||
|
if [ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then
|
||||||
|
. /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
fi
|
||||||
|
|
||||||
# enable command-not-found if installed
|
# enable command-not-found if installed
|
||||||
if [ -f /etc/zsh_command_not_found ]; then
|
if [ -f /etc/zsh_command_not_found ]; then
|
||||||
. /etc/zsh_command_not_found
|
. /etc/zsh_command_not_found
|
||||||
|
|
Loading…
Reference in a new issue