From ac38812f4b013bbf37a91a4623d68a817e657478 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 13 Nov 2023 10:24:57 -0600 Subject: Darwin: No more nix --- dot_config/zsh/dot_zshrc | 6 +++--- 1 file 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" -- cgit v1.2.3