summaryrefslogtreecommitdiffstats
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/zsh/dot_zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc
index bdd34e1..de57807 100644
--- a/dot_config/zsh/dot_zshrc
+++ b/dot_config/zsh/dot_zshrc
@@ -19,7 +19,7 @@ else
fi
case "$ID" in
Darwin )
- source $HOME/.nix-profile/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
+ source /usr/local/share/powerlevel10k/powerlevel10k.zsh-theme
;;
* )
[ -f /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme ] && source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme || source ${XDG_DATA_HOME:-$HOME/.local/share}/powerlevel10k/powerlevel10k.zsh-theme
@@ -118,8 +118,8 @@ case "$ID" in
source /usr/share/zsh/site-functions/zsh-autosuggestions.zsh
;;
Darwin )
- source $HOME/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
- source $HOME/.nix-profile/share/zsh-autosuggestions/zsh-autosuggestions.zsh
+ source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+ source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
;;
* )
echo "no highlight for you"