small pixel drawing of a pufferfish dotfiles

*
Jes Olson j3s@c3f.net
Mon, 20 Jan 2025 13:20:00 -0500
commit

ecf9bd06845ddcdf811093826ed731f8f128007c

parent

be95cb2748388edf75b4b90da03703b2fa1b7379

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M .profile.profile

@@ -18,6 +18,9 @@

## DO stufffff if [ "$(uname)" = "Darwin" ]; then PATH=/opt/homebrew/bin:$PATH + alias jj='jj --config-toml "$(cat $HOME/.config/jj/work.toml)"' + + export CLICOLOR=1 export CHEF_USER_NAME=jolson export KITCHEN_SSH_GATEWAY_USERNAME=jolson export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)"

@@ -26,7 +29,6 @@ export JIRA_USERNAME="jolson@digitalocean.com"

export JIRA_API_TOKEN="$(pa show jira-api-token | head -1)" fi if [ "$(hostname)" = "zora" ]; then - alias jj='jj --config-toml "$(cat $HOME/.config/jj/work.toml)"' export CHEF_USER_NAME=jolson export KITCHEN_SSH_GATEWAY_USERNAME=jolson export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)"