forge
login
or
join now
j3s.sh
/
dotfiles
star
2
fork
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
2
fork
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
*
j3s
5 years ago
4c46cf2e
1e2248e0
+1
1 changed file
expand all
collapse all
unified
split
.env
+1
.env
reviewed
···
67
67
# bby
68
68
if [ "$(uname -s)" == "Darwin" ]; then
69
69
alias ls=gls
70
70
+
alias df=gdf
70
71
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)'
71
72
alias be='bundle exec'
72
73
export CHEFUSER="jolson"