diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 7cb95096..d6879514 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -48,9 +48,9 @@ export CLICOLOR=1 export DIFFPROG='nvim -d' export MAKEFLAGS="-j$(nproc --all)" export DOTREMINDERS="$HOME/programs/reminders/.reminders" -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx -export XMODIFIERS=@im=fcitx +#export GTK_IM_MODULE=fcitx +#export QT_IM_MODULE=fcitx +#export XMODIFIERS=@im=fcitx # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" #export FZF_CTRL_T_COMMAND="fd --absolute-path --no-ignore --hidden --exclude .git" |