Sha256: 3a942df0a3c5017533c0fc17ff2774abe88364320bd66e58e133fc6a49984ebd

Contents?: true

Size: 239 Bytes

Versions: 50

Compression:

Stored size: 239 Bytes

Contents

#!/bin/bash
export GLI_DEBUG=true
export EDITOR="/usr/bin/vim"
alias bdoing="GLI_DEBUG=true bundle exec bin/doing"

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

cd /doing
bundle install

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
doing-2.1.88 docker/bash_profile
doing-2.1.87 docker/bash_profile
doing-2.1.86 docker/bash_profile
doing-2.1.85 docker/bash_profile
doing-2.1.84 docker/bash_profile
doing-2.1.83 docker/bash_profile
doing-2.1.82 docker/bash_profile
doing-2.1.81 docker/bash_profile
doing-2.1.80 docker/bash_profile
doing-2.1.79 docker/bash_profile
doing-2.1.78 docker/bash_profile
doing-2.1.77 docker/bash_profile
doing-2.1.76 docker/bash_profile
doing-2.1.75 docker/bash_profile
doing-2.1.74 docker/bash_profile
doing-2.1.73 docker/bash_profile
doing-2.1.72 docker/bash_profile
doing-2.1.69 docker/bash_profile
doing-2.1.68 docker/bash_profile
doing-2.1.66 docker/bash_profile