Add .local/bin/ to PATH

This commit is contained in:
Şahin Akkaya 2022-01-26 16:27:48 +03:00 committed by Şahin Akkaya
parent b23cd50651
commit 3c51bc21ff
No known key found for this signature in database
GPG Key ID: 1C88DBE6CDA15ED2

View File

@ -6,6 +6,7 @@
# #
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export PATH="$HOME/.local/bin/:$PATH"
# #
# Browser # Browser