X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;h=778a65dea03efd20bf316d87a374fd0f691e405d;hp=a783a60fe2bf65f48e07645b16b3d7d89308d6a9;hb=778efa65bc94ed20f3007d281521c08339ccd265;hpb=36dddc0eb9737760334cebf205ec5c3c3ae82b06 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