From 4a070e43567071293a76d5ec60c0c7113c078997 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 30 Sep 2022 16:25:32 +0200 Subject: [PATCH] Changed ~ to $HOME --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/profile b/.config/shell/profile index 1b84213a..587f04d0 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -6,7 +6,7 @@ # to clean up. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +export PATH="$PATH:${$(find $HOME/.local/bin -type d -printf %p:)%%:}" unsetopt PROMPT_SP