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.

17 lines
527B

  1. #!/bin/zsh
  2. source /etc/profile
  3. export MOZ_USE_OMTC=1
  4. export EDITOR='emacsclient -a "" -ncs default'
  5. export JAVA_HOME="/usr/lib/jvm/default"
  6. export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64/server
  7. export TERMCMD="kitty"
  8. export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins
  9. export GTK_IM_MODULE=ibus
  10. export XMODIFIERS=@im=ibus
  11. export QT_IM_MODULE=ibus
  12. export TR_AUTH=":"
  13. export PATH=$HOME/.config/bin:/usr/local/bin:$PATH
  14. export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/ssh-agent.socket
  15. export SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass