Skip to content

Instantly share code, notes, and snippets.

@idiomatic
Last active March 15, 2019 23:09
Show Gist options
  • Save idiomatic/d4de5c738d06d331324fbd9ddb297cc1 to your computer and use it in GitHub Desktop.
Save idiomatic/d4de5c738d06d331324fbd9ddb297cc1 to your computer and use it in GitHub Desktop.
my dotfiles
export HISTFILESIZE=10000
export SAVEHIST=10000
if [ -e $HOME/bin ]
then
export PATH=$PATH:$HOME/bin
fi
if which -s node
then
export PATH=node_modules/.bin:$PATH
fi
if which -s go
then
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin:`go env GOROOT`/bin
fi
set completion-ignore-case on
set match-hidden-files off
escape ^^^^
defflow auto
startup_message off
vbell off
termcapinfo xterm* ti@:te@
termcapinfo xterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment