diff options
author | Julian T <julian@jtle.dk> | 2018-12-22 14:30:19 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2018-12-22 14:30:19 +0100 |
commit | dc2bd971969844485ee72959d92c3057b08fb619 (patch) | |
tree | a84d1f495c6667aa19720e58e5d201b4498a04dd /.envars | |
parent | 749514d7c7839dc5fd383ef927723b7e1188cfc8 (diff) |
Added i3 config and switched xinitrc
Diffstat (limited to '.envars')
-rwxr-xr-x | .envars | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#!/bin/bash + +export _JAVA_AWT_WM_NONREPARENTING=1 +export EDITOR=nvim +export SUDO_EDITOR=nvim +export GEM_HOME=$HOME/gems +export PATH=$HOME/gems/bin:$PATH + +export TERM=st +export NVIM_PYTHON_LOG_FILE=/tmp/log +export NVIM_PYTHON_LOG_LEVEL=DEBUG + |