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
Add be and CHEF_ENV
author
j3s
date
6 years ago
(Mar 6, 2020, 2:45 PM -0600)
commit
54cffa4a
54cffa4ab04d1becf31025bf9a9dbf3c881e62d7
parent
f3db0f54
f3db0f54ca966bc883ff463561efd202ff77784d
+2
1 changed file
Expand all
Collapse all
Unified
Split
.shinit
+2
.shinit
Reviewed
···
14
14
# bby
15
15
if [ "$(uname -s)" == "Darwin" ]; then
16
16
alias cdr='cd $(find ~/git/chef/cloud-roles ~/git/chef/site-cookbooks ~/git/chef/app-cookbooks ~/git/chef/dc-roles -type d -maxdepth 1 | selecta)'
17
17
+
alias be='bundle exec'
17
18
export HISTFILE="$HOME/.mksh-history"
18
19
export CHEFUSER="jolson"
20
20
+
export CHEF_ENV="browse_test"
19
21
export SSHUSER="jolson"
20
22
export SSHKEY="~/.ssh/id_rsa"
21
23
export PASH_CLIP="pbcopy"