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
j3s
date
5 years ago
(Mar 12, 2021, 1:11 PM -0600)
commit
4c46cf2e
4c46cf2eb4b33161ebea2e35d48cd85fb89181ec
parent
1e2248e0
1e2248e031d2a4d9a71cf4b6b879895c12060e00
+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"