alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
*
author
Jes Olson
date
1 year ago
(Jan 20, 2025, 1:20 PM -0500)
commit
ecf9bd06
ecf9bd06845ddcdf811093826ed731f8f128007c
parent
be95cb27
be95cb2748388edf75b4b90da03703b2fa1b7379
+3
-1
1 changed file
Expand all
Collapse all
Unified
Split
.profile
+3
-1
.profile
Reviewed
···
18
18
## DO stufffff
19
19
if [ "$(uname)" = "Darwin" ]; then
20
20
PATH=/opt/homebrew/bin:$PATH
21
21
+
alias jj='jj --config-toml "$(cat $HOME/.config/jj/work.toml)"'
22
22
+
23
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
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)"