Skip to content
Snippets Groups Projects
Verified Commit 210af949 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

FIx syntax.

parent f1c3dde0
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ fi ...@@ -52,7 +52,7 @@ fi
# Make zsh more fishy # Make zsh more fishy
[[ -e /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]] && source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh [[ -e /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]] && source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
[[ -e /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] && /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh [[ -e /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] && source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Aliases # Aliases
[[ -e ~/.bash_aliases ]] && source ~/.bash_aliases [[ -e ~/.bash_aliases ]] && source ~/.bash_aliases
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment