fix: include $HOME in path
This commit is contained in:
2
.profile
2
.profile
@@ -6,7 +6,7 @@
|
|||||||
# Used to set important variables, such as PATH, XDG_ and alike.
|
# 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"
|
export LANG="en_GB.UTF-8"
|
||||||
|
|
||||||
# Use neovim for editor whenever available.
|
# Use neovim for editor whenever available.
|
||||||
|
|||||||
Reference in New Issue
Block a user