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
(Feb 20, 2025, 9:08 AM -0800)
commit
87e63226
87e63226a7d29a1977d925de4a877ecca172d450
parent
412f3158
412f31580dd92a7e6b17872d8c788c622f1e4ee9
+7
-1
2 changed files
Expand all
Collapse all
Unified
Split
.profile
bin
prompt.go
+6
.profile
Reviewed
···
27
27
export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)"
28
28
export JIRA_USERNAME="jolson@digitalocean.com"
29
29
export JIRA_API_TOKEN="$(pa show jira-api-token | head -1)"
30
30
+
31
31
+
# mtls
32
32
+
export MTLS_CLIENT_CERT_FILE_PATH="$HOME/.ssh/staff.crt"
33
33
+
export MTLS_CLIENT_KEY_FILE_PATH="$HOME/.ssh/staff.key"
34
34
+
export DOCC_MTLS_CLIENT_CERT_FILE_PATH="$HOME/.ssh/staff.crt"
35
35
+
export DOCC_MTLS_CLIENT_KEY_FILE_PATH="$HOME/.ssh/staff.key"
30
36
fi
31
37
if [ "$(hostname)" = "zora" ]; then
32
38
export CHEF_USER_NAME=jolson
+1
-1
bin/prompt.go
Reviewed
···
59
59
return "🌹"
60
60
}
61
61
if hostname == "F67JYTFQT4" {
62
62
-
return "🍎"
62
62
+
return "へ‿(ツ)‿ㄏ"
63
63
}
64
64
return "💀"
65
65
}