Add be and CHEF_ENV
j3s j3s@c3f.net
Fri, 06 Mar 2020 14:45:24 -0600
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
.shinit
→
.shinit
@@ -14,8 +14,10 @@
# bby if [ "$(uname -s)" == "Darwin" ]; then 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)' + alias be='bundle exec' export HISTFILE="$HOME/.mksh-history" export CHEFUSER="jolson" + export CHEF_ENV="browse_test" export SSHUSER="jolson" export SSHKEY="~/.ssh/id_rsa" export PASH_CLIP="pbcopy"