This commit is contained in:
Marco Thomas
2021-03-04 00:34:08 +01:00
parent 555bfb90f6
commit acf59f5207
2 changed files with 3 additions and 3 deletions

View File

@@ -30,8 +30,7 @@ zstyle ':vcs_info:git:*' formats '|%b '
export EDITOR="nvim"
export VISUAL="nvim"
export LANG="en_US.UTF-8"
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
[ -f "/home/marc/.ghcup/env" ] && source "/home/marc/.ghcup/env" # Haskell
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin
export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'