my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

add chef env vars

+4
+4
.profile
··· 7 7 export MOZ_DBUS_REMOTE=1 8 8 export XDG_CURRENT_DESKTOP=sway 9 9 export CHEF_USER_NAME=jolson 10 + 11 + # for chef 10 12 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" 13 + export DIGITALOCEAN_ACCESS_TOKEN_STAGE2="$(pa show stage2.cloud.digitalocean.com | head -1)" 14 + export KITCHEN_SSH_GATEWAY_USERNAME=jolson 11 15 12 16 # this apparently makes java windows not suck 13 17 # for reasons beyond my mortal comprehension