rice/dots/.profile

9 lines
190 B
Text
Raw Normal View History

2023-09-02 19:47:37 +00:00
[ "$PROFILE_LOADED_" ] && return
export PROFILE_LOADED_=1
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
2023-09-15 06:36:25 +00:00
2023-09-22 21:10:19 +00:00
PATH="$PATH:$HOME/.local/bin:$HOME/.roswell/bin"