octave rc (thanks rolinh :p)

This commit is contained in:
Frank Villaro-Dixon 2013-06-11 17:19:29 +02:00
parent 4cf5fb9f73
commit 16e8ae4790
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@ ln -s $WAI/vimrc ./.vimrc
ln -s $WAI/gitconfig ./.gitconfig
ln -s $WAI/xinitrc ./.xinitrc
ln -s $WAI/screenrc ./.screenrc
ln -s $WAI/octaverc ./.octaverc
ln -s $WAI/chooseWP.sh ~/Pictures/wallpapers/chooseWP.sh

2
octaverc Normal file
View file

@ -0,0 +1,2 @@
# Set up a prettier prompt
PS1('\w\[\e[m\] \[\e[1;32m\]>>> \[\e[m\]\[\e[0;20m\]')