Adjust syntax highlight path

This commit is contained in:
ItsDrike 2020-10-23 01:15:52 +02:00
parent c09948ab38
commit 45d43c7c90
No known key found for this signature in database
GPG key ID: F4E8FF4F6AC7F3B4

View file

@ -12,7 +12,7 @@ export ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$ZSH_VERSION"
# Export oh-my-zsh location as $ZSH # Export oh-my-zsh location as $ZSH
export ZSH="/usr/share/oh-my-zsh" export ZSH="/usr/share/oh-my-zsh"
# Set theme # Set theme
ZSH_THEME="af-magic" ZSH_THEME="af-magic"
@ -63,6 +63,11 @@ export WAKATIME_HOME="$XDG_CONFIG_HOME/wakatime"
export GOPATH="$XDG_DATA_HOME"/go export GOPATH="$XDG_DATA_HOME"/go
export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython
export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME"/jupyter export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME"/jupyter
export MYSQL_HISTFILE="$XDG_DATA_HOME"/mysql_history
export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc"
export PSQL_HISTORY="$XDG_CACHE_HOME/pg/psql_history"
export PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass"
export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf"
# Add executable directories into PATH # Add executable directories into PATH
PATH+=":$HOME/.local/bin" PATH+=":$HOME/.local/bin"
@ -70,6 +75,6 @@ PATH+=":$HOME/.local/bin"
export PIPENV_VENV_IN_PROJECT=1 export PIPENV_VENV_IN_PROJECT=1
# Load zsh-syntax-highlighting (should be last) # Load zsh-syntax-highlighting (should be last)
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
#neofetch --cpu_temp C --gtk2 off --gtk3 off --color_blocks on --pixterm #neofetch --cpu_temp C --gtk2 off --gtk3 off --color_blocks on --pixterm