You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
397B

  1. #!/bin/zsh
  2. emulate sh -c 'source /etc/profile'
  3. export MOZ_USE_OMTC=1
  4. export EDITOR="nvim"
  5. export JAVA_HOME="/usr/lib/jvm/default"
  6. export TERMCMD="kitty"
  7. export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins
  8. export GTK_IM_MODULE=ibus
  9. export XMODIFIERS=@im=ibus
  10. export QT_IM_MODULE=ibus
  11. export THETVDB_API_KEY=49B26BFAFD11B0F3
  12. export TR_AUTH=":"
  13. export PATH=$HOME/.config/bin:/usr/local/bin:$PATH