Add drone server url to environment

This commit is contained in:
Tobias Reisinger 2021-03-19 11:56:50 +01:00
parent 76cdb1fa83
commit 914501fbef

View file

@ -5,6 +5,8 @@ source "$XDG_CONFIG_HOME/locale.conf"
export CM_LAUNCHER='rofi' export CM_LAUNCHER='rofi'
export DRONE_SERVER='https://ci.serguzim.me'
export EDITOR='/usr/bin/vim' export EDITOR='/usr/bin/vim'
export GOPATH="$XDG_DATA_HOME/go" export GOPATH="$XDG_DATA_HOME/go"