From 778efa65bc94ed20f3007d281521c08339ccd265 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Tue, 4 Jun 2019 13:15:30 -0400 Subject: [PATCH] Put on_prompt() setting with its implementation --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index a783a60..778a65d 100644 --- a/.bashrc +++ b/.bashrc @@ -119,11 +119,11 @@ on_prompt() { fi } -# Set vi keybindings -set -o vi - # Call on_prompt() every time the command prompt executes PROMPT_COMMAND=on_prompt +# Set vi keybindings +set -o vi + # pip should only run if there is a virtualenv currently activated export PIP_REQUIRE_VIRTUALENV=true -- 2.20.1