Last active
March 15, 2019 23:09
-
-
Save idiomatic/d4de5c738d06d331324fbd9ddb297cc1 to your computer and use it in GitHub Desktop.
my dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set completion-ignore-case on | |
set match-hidden-files off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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