$HOME is where the files are

This commit is contained in:
Benjamin Palko 2024-11-07 22:22:52 -05:00
parent db9a6551ef
commit c4a6446ff6

4
.zshrc
View file

@ -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