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
320B

  1. #!/bin/bash
  2. {%{env}%}
  3. export EDITOR="wsed"
  4. export _JAVA_AWT_WM_NONREPARENTING=1 # Because swing is too dumb to deal with tiling wms
  5. export BG1=none
  6. export BG3=none
  7. # Inject custom path
  8. if [ -n $(echo "$PATH" | grep "${HOME}/.local/bin") ]; then
  9. PATH="${PATH}:${HOME}/.local/bin:${HOME}/.cabal/bin"
  10. export PATH
  11. fi