From 9c3f83633b3d998450d029614c8245cacb262f12 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 27 Feb 2019 17:02:30 +0200 Subject: [PATCH] Use bash, otherwise pipenv fails to detect the shell and for tab completion. --- Documents/bin/gen-bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/bin/gen-bash-completion b/Documents/bin/gen-bash-completion index 1d5a7d8..b7b21d0 100755 --- a/Documents/bin/gen-bash-completion +++ b/Documents/bin/gen-bash-completion @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -eu gen_completion () { -- GitLab