diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-03-02 13:52:35 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-03-02 13:52:35 -0600 |
commit | 8bc413f7e2efd31829c5018e6c1794aa21c06238 (patch) | |
tree | 4834d48cd08610d09d4a52fe9a411c8ce1f7ab3c /zsh | |
parent | more! (diff) | |
download | dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.tar dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.tar.gz dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.tar.bz2 dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.tar.lz dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.tar.xz dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.tar.zst dotfiles-8bc413f7e2efd31829c5018e6c1794aa21c06238.zip |
Remove lvim, add macos stuff now that I'm using nix on it
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
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" |