Bash: some+ aliases generator + few tweaks.

This commit is contained in:
Artem Sapegin
2013-01-10 14:56:34 +04:00
parent f202f6bec6
commit dede296618
4 changed files with 15 additions and 7 deletions

View File

@ -42,8 +42,8 @@ function _prepend_path() {
[ -d /usr/local/bin ] && _prepend_path "/usr/local/bin"
[ -d /usr/local/share/npm/bin ] && _prepend_path "/usr/local/share/npm/bin"
command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin"
[ -d ~/dotfiles/bin ] && _prepend_path "~/dotfiles/bin"
[ -d ~/bin ] && _prepend_path "~/bin"
[ -d ~/dotfiles/bin ] && _prepend_path "$HOME/dotfiles/bin"
[ -d ~/bin ] && _prepend_path "$HOME/bin"
export PATH
# Colors