Skip to content

Commit

Permalink
add PYTHONSTARTUP to bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Attsun1031 committed May 3, 2014
1 parent b8a7043 commit 5448aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ git clone https://github.com/Shougo/neobundle.vim $VIMDIR/bundle/neobundle.vim.g

# python
cp -p python/.pythonrc.py $HOME/
echo 'export PYTHONSTARTUP=$HOME/.pythonrc.py' >> $HOME/.bashrc

0 comments on commit 5448aea

Please sign in to comment.