From: David Kerkeslager Date: Tue, 4 Jun 2019 17:15:30 +0000 (-0400) Subject: Put on_prompt() setting with its implementation X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=778efa65bc94ed20f3007d281521c08339ccd265 Put on_prompt() setting with its implementation --- 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