Sha256: 64b4eee3ebe50a34ae12a4adcc5642e713e1957486bf1975752f710c3294c33b

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
planter-cli-3.0.7 docker/bash_profile
planter-cli-3.0.5 docker/bash_profile
planter-cli-3.0.4 docker/bash_profile
planter-cli-3.0.3 docker/bash_profile