-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalenv
More file actions
21 lines (17 loc) · 706 Bytes
/
localenv
File metadata and controls
21 lines (17 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Overwrite these in .localenv if necessary
#export XDG_DATA_HOME=$HOME/.local/share
#export XDG_CONFIG_HOME=$HOME/.config
#export XDG_CACHE_HOME=$HOME/.cache
export RUNCOM_DESCRIPTION='Unconfigured drone.'
export RUNCOM_ICON='🤖'
export RUNCOM_PATH=$HOMESHICK_REPOS/runcom
export RUNCOM_TMUX_SHELL=$SHELL
export RUNCOM_TMPDIR=$HOME/tmp
export RUNCOM_DICTIONARIES=$HOME/.local/share/dictionaries
#export RUNCOM_PIPENV_CMD=$HOME/.local/bin/pipenv
export RUNCOM_PIPENV_CMD=$HOME/bin/pipenv
export RUNCOM_PYTHON3=$HOME/.pyenv/versions/neovim3/bin/python3
export RUNCOM_NVM_NODE_VERSION=10
#export RUNCOM_RBENV_RUBY_VERSION=2.4.4
export RUNCOM_AUTOSTART_SINGLE_TMUX_SESSION=0
export RUNCOM_LOAD_BASE16=1