my dotz
2
fork

Configure Feed

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

*

+3 -1
+3 -1
.profile
··· 18 18 ## DO stufffff 19 19 if [ "$(uname)" = "Darwin" ]; then 20 20 PATH=/opt/homebrew/bin:$PATH 21 + alias jj='jj --config-toml "$(cat $HOME/.config/jj/work.toml)"' 22 + 23 + export CLICOLOR=1 21 24 export CHEF_USER_NAME=jolson 22 25 export KITCHEN_SSH_GATEWAY_USERNAME=jolson 23 26 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" ··· 26 29 export JIRA_API_TOKEN="$(pa show jira-api-token | head -1)" 27 30 fi 28 31 if [ "$(hostname)" = "zora" ]; then 29 - alias jj='jj --config-toml "$(cat $HOME/.config/jj/work.toml)"' 30 32 export CHEF_USER_NAME=jolson 31 33 export KITCHEN_SSH_GATEWAY_USERNAME=jolson 32 34 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)"