feat: set up env better
This commit is contained in:
parent
8088289343
commit
a14bf0497c
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
[ "$PROFILE_LOADED_" ] && return
|
||||
export PROFILE_LOADED_=1
|
||||
#[ "$PROFILE_LOADED_" ] && return
|
||||
#export PROFILE_LOADED_=1
|
||||
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
|
||||
export PATH="$HOME/.local/bin:$HOME/.roswell/bin:$HOME/.cargo/bin:$PATH"
|
||||
export EDITOR=nvim
|
||||
|
||||
export CARGO_MOMMYS_MOODS="chill/thirsty/yikes"
|
||||
|
|
Loading…
Reference in a new issue