octave rc (thanks rolinh :p)
This commit is contained in:
parent
4cf5fb9f73
commit
16e8ae4790
2 changed files with 3 additions and 0 deletions
|
@ -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
2
octaverc
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Set up a prettier prompt
|
||||
PS1('\w\[\e[m\] \[\e[1;32m\]>>> \[\e[m\]\[\e[0;20m\]')
|
Loading…
Reference in a new issue