profile: add .local/bin to PATH
This commit is contained in:
parent
c9e8a47af3
commit
69088aebab
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ export PROFILE_LOADED_=1
|
||||||
export GTK_IM_MODULE=fcitx
|
export GTK_IM_MODULE=fcitx
|
||||||
export QT_IM_MODULE=fcitx
|
export QT_IM_MODULE=fcitx
|
||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS=@im=fcitx
|
||||||
|
|
||||||
|
PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|
Loading…
Reference in a new issue