From 22ea8da71ed171b2385e53c085be3e0379234492 Mon Sep 17 00:00:00 2001 From: crccheck Date: Tue, 2 Jan 2018 11:45:21 -0600 Subject: [PATCH] add Pipfile auto shell example --- .atom/config.cson | 1 + example.env | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 example.env diff --git a/.atom/config.cson b/.atom/config.cson index 9ea3603..2d1a2ce 100644 --- a/.atom/config.cson +++ b/.atom/config.cson @@ -73,6 +73,7 @@ honorStyleSettings: true showEslintRules: true "linter-ui-default": + panelHeight: 81 showPanel: true "python-yapf": checkOnSave: false diff --git a/example.env b/example.env new file mode 100644 index 0000000..9effa83 --- /dev/null +++ b/example.env @@ -0,0 +1,3 @@ + +# Python Pipfile +[ -z "$VIRTUAL_ENV" ] && [ -f "Pipfile.lock" ] && pipenv shell