From 8bc413f7e2efd31829c5018e6c1794aa21c06238 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 2 Mar 2023 13:52:35 -0600 Subject: Remove lvim, add macos stuff now that I'm using nix on it --- zsh/.config/zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 355b4f4..651ba1e 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -19,7 +19,7 @@ else fi case "$ID" in Darwin ) - source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme + source $HOME/.nix-profile/share/zsh-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 @@ -92,8 +92,8 @@ case "$ID" in source "$XDG_DATA_HOME"/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh ;; Darwin ) - source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh - source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + source $HOME/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + source $HOME/.nix-profile/share/zsh-autosuggestions/zsh-autosuggestions.zsh ;; * ) echo "no highlight for you" -- cgit v1.2.3