rice/dots/.profile

12 lines
292 B
Text
Raw Normal View History

2023-11-28 09:55:29 +01:00
#[ "$PROFILE_LOADED_" ] && return
#export PROFILE_LOADED_=1
2023-09-02 21:47:37 +02:00
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
2023-09-15 08:36:25 +02:00
2023-10-10 19:25:27 +02:00
export PATH="$HOME/.local/bin:$HOME/.roswell/bin:$HOME/.cargo/bin:$PATH"
2023-11-28 09:55:29 +01:00
export EDITOR=nvim
2023-12-15 12:28:36 +01:00
export CARGO_MOMMYS_MOODS="chill/thirsty/yikes/ominous"