Johan Van Ryseghem

Results 1 comments of Johan Van Ryseghem

FYI, i added the following lines to my `.zshrv`: ```bash set-heroku-account() { local heroku_account_setting_path=".heroku_account" if [ -f "${heroku_account_setting_path}" ]; then local heroku_account="$(cat "${heroku_account_setting_path}")" echo "Using heroku account ${heroku_account}" heroku accounts:set...