From c4a6446ff6956f3817ea8913adc38ddf56055cdf Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 7 Nov 2024 22:22:52 -0500 Subject: [PATCH] $HOME is where the files are --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 2ebcbff..6bac753 100644 --- a/.zshrc +++ b/.zshrc @@ -109,7 +109,7 @@ alias pywal="~/dotfiles/.scripts/pywal.sh" source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -. "/home/benjamin/.asdf/installs/rust/1.81.0/env" +. "$HOME/.asdf/installs/rust/1.81.0/env" # Lines configured by zsh-newuser-install HISTFILE=~/.histfile @@ -118,7 +118,7 @@ SAVEHIST=1000 bindkey -v # End of lines configured by zsh-newuser-install # The following lines were added by compinstall -zstyle :compinstall filename '/home/benjamin/.zshrc' +zstyle :compinstall filename '$HOME/.zshrc' autoload -Uz compinit compinit