fix: include $HOME in path

This commit is contained in:
2026-01-25 11:20:54 +01:00
parent 511625fed8
commit 581c5fc520

View File

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