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