Sha256: 944adfe3099b2f89e4cf6e4d01ff16991ada81707e6d762b4c2ac36459e4722a

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

#!/bin/bash
export GLI_DEBUG=true
export EDITOR="/usr/bin/vim"
alias b="bundle exec bin/plant"
alias quit="exit"

shopt -s nocaseglob
shopt -s histappend
shopt -s histreedit
shopt -s histverify
shopt -s cmdhist

cd /planter
bundle install
gem install pkg/*.gem

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
planter-cli-3.0.2 docker/bash_profile
planter-cli-3.0.1 docker/bash_profile
planter-cli-0.0.4 docker/bash_profile
planter-cli-0.0.3 docker/bash_profile