Mercurial > ec-dotfiles
comparison setup @ 6:2ae8e6222b9d
Added inputrc.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Mon, 19 Jul 2010 16:47:48 +0700 |
parents | de6ce93d40fc |
children | b5d0c1892294 |
comparison
equal
deleted
inserted
replaced
5:de6ce93d40fc | 6:2ae8e6222b9d |
---|---|
5 #create symlinks | 5 #create symlinks |
6 linker "tcsh" ".tcsh_init" | 6 linker "tcsh" ".tcsh_init" |
7 linker "tmux" ".tmux.conf" | 7 linker "tmux" ".tmux.conf" |
8 linker "hg" ".hgrc" | 8 linker "hg" ".hgrc" |
9 linker "vim" ".vimrc" | 9 linker "vim" ".vimrc" |
10 linker "inputrc" ".inputrc" | |
10 linker "bin" "bin-ec" | 11 linker "bin" "bin-ec" |
11 | 12 |
12 #modify cshrc | 13 #modify cshrc |
13 echo '[ -r "${HOME}/.tcsh_init" ] && source "${HOME}/.tcsh_init" #ECCORE_TCSH' >> "${HOME}/.cshrc" | 14 echo '[ -r "${HOME}/.tcsh_init" ] && source "${HOME}/.tcsh_init" #ECCORE_TCSH' >> "${HOME}/.cshrc" |
14 } | 15 } |