diff --git a/.profile b/.profile index 048c86e..4641f09 100644 --- a/.profile +++ b/.profile @@ -6,7 +6,7 @@ # Used to set important variables, such as PATH, XDG_ and alike. # -export PATH=".local/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" export LANG="en_GB.UTF-8" # Use neovim for editor whenever available.