# HG changeset patch # User Augie Fackler # Date 1228094829 21600 # Node ID c8d8dcd3f262ba82f7fcde76f008659ebaeb04d3 # Parent d30122122d4f7dc1f2159660381ee3d322417323 Improved bash environment a little bit. diff --git a/.bashrc b/.bashrc --- a/.bashrc +++ b/.bashrc @@ -1,2 +1,2 @@ -source .zsh/vcs_functions +source .zsh/50.vcs_functions.zsh diff --git a/.inputrc b/.inputrc new file mode 100644 --- /dev/null +++ b/.inputrc @@ -0,0 +1,4 @@ +tab: complete +set completion-ignore-case on +set blink-matching-paren on +