From 3c36d4b31d8bfd83ec0d4ff17dfbd20f62308d92 Mon Sep 17 00:00:00 2001 From: Yuri Moens Date: Thu, 13 Mar 2025 11:01:11 +0100 Subject: [PATCH] [zshrc] Use $HOME variable instead of hardcoding username --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 9afc7ed..a77948b 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -141,5 +141,5 @@ source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh autoload -U +X bashcompinit && bashcompinit complete -o nospace -C /usr/bin/vault vault -source /home/ymo/sfpd/sfpd.sh/sfpd.sh +source $HOME/sfpd/sfpd.sh/sfpd.sh