feat: declare $HOME/.local/bin in $PATH

keyring
anemofilia 2023-08-06 23:33:17 -03:00
parent 098cb102d4
commit d4a238f01e
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#|C|# c calendar #|C|# c calendar
#|D|# disk #|D|# disk
#|E|# emacs emacs-xyz #|E|# emacs emacs-xyz
#|F|# freedesktop fonts #|F|# file freedesktop fonts
#|G|# games gnome gnu-doc gnupg gnuzilla gtk guile-xyz #|G|# games gnome gnu-doc gnupg gnuzilla gtk guile-xyz
#|I|# image-viewers #|I|# image-viewers
#|L|# linux #|L|# linux
@ -252,6 +252,7 @@
("HISTFILE" . "$XDG_CACHE_HOME/bash/history") ("HISTFILE" . "$XDG_CACHE_HOME/bash/history")
("HISTSIZE" . "-1") ("HISTSIZE" . "-1")
("HISTFILESIZE" . "-1") ("HISTFILESIZE" . "-1")
("PATH" . "$HOME/.local/bin:$PATH")
#|Language|# #|Language|#
("LANG" . "en_US.UTF-8") ("LANG" . "en_US.UTF-8")