Commit 1f695341 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Disable term-bell on tab in bash, zsh & vim

parent 160e2fc3
Loading
Loading
Loading
Loading

.inputrc

0 → 100644
+1 −0
Original line number Diff line number Diff line
set bell-style none
+1 −0
Original line number Diff line number Diff line
runtime bundle/pathogen/autoload/pathogen.vim
call pathogen#infect()

set visualbell
set number nowrap background=dark
set nobackup nowritebackup noswapfile
set backspace=start
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ source_each ~/.zsh_local

source_each ~/.shell/aliases ~/.shell/$(get_platform)/aliases ~/.aliases

unsetopt share_history
unsetopt share_history beep