my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Add be and CHEF_ENV

+2
+2
.shinit
··· 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 + alias be='bundle exec' 17 18 export HISTFILE="$HOME/.mksh-history" 18 19 export CHEFUSER="jolson" 20 + export CHEF_ENV="browse_test" 19 21 export SSHUSER="jolson" 20 22 export SSHKEY="~/.ssh/id_rsa" 21 23 export PASH_CLIP="pbcopy"