Skip to content

Commit

Permalink
unify .bash_profile and .zprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
lanej committed Feb 24, 2014
1 parent 4c9ed39 commit 0146fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ shell:
ln -fs $(DOTFILES)/bash/bashrc ${HOME}/.bashrc
ln -fs $(DOTFILES)/bash/bashenv ${HOME}/.bashenv
ln -fs $(DOTFILES)/bash/bashrc ${HOME}/.bashrc
ln -fs $(DOTFILES)/bash/bash_profile ${HOME}/.profile
ln -fs $(DOTFILES)/bash/bash_profile ${HOME}/.bash_profile
ln -fs $(DOTFILES)/profile ${HOME}/.bash_profile
ln -fs $(DOTFILES)/profile ${HOME}/.zprofile
ln -fs $(DOTFILES)/bash/homebrew_profile ${HOME}/.homebrew.profile
ln -fns $(DOTFILES)/bin/ ${HOME}/bin
sh ${DOTFILES}/zsh/oh_my_zsh ${DOTFILES}
Expand Down
File renamed without changes.

0 comments on commit 0146fa1

Please sign in to comment.