comparison setup @ 130:70928bbbd6cb

Whoops, forgot that bin is outside rc directory.
author Edho Prima Arief <edho@myconan.net>
date Mon, 31 Oct 2011 10:27:57 +0700
parents 66a1d79c4161
children 6a110770a756
comparison
equal deleted inserted replaced
129:f18a27a0e8fc 130:70928bbbd6cb
98 done 98 done
99 _rc "${1}" "tmux" ".tmux.conf" 99 _rc "${1}" "tmux" ".tmux.conf"
100 _rc "${1}" "hg" ".hgrc" 100 _rc "${1}" "hg" ".hgrc"
101 _rc "${1}" "vim" ".vimrc" 101 _rc "${1}" "vim" ".vimrc"
102 _rc "${1}" "inputrc" ".inputrc" 102 _rc "${1}" "inputrc" ".inputrc"
103 _rc "${1}" "bin" ".ecos_bin" 103 _rc "${1}" "../bin" ".ecos_bin"
104 ;; 104 ;;
105 *) 105 *)
106 _help 106 _help
107 ;; 107 ;;
108 esac 108 esac