Skip to content

Commit

Permalink
use only .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsui Masashi committed Mar 18, 2020
1 parent 1182f83 commit 09f185e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"
eval "$(starship init bash)"
4 changes: 4 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"
eval "$(starship init bash)"

0 comments on commit 09f185e

Please sign in to comment.