Merge branch 'master' of github.com:GeoffreyFrogeye/dotfiles
This commit is contained in:
commit
c313677246
2 changed files with 5 additions and 2 deletions
6
bashrc
6
bashrc
|
@ -1,10 +1,12 @@
|
||||||
# Custom scripts
|
# Custom scripts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#find ~/.scripts/ ~/.gscripts/ -type f -name "*.sh" | while read script; do
|
#find ~/.scripts/ ~/.gscripts/ -type f -name "*.sh" | while read script; do
|
||||||
#source "$script"
|
#source "$script"
|
||||||
#done
|
#done
|
||||||
source ~/.scripts/index.sh
|
[ -f ~/.scripts/index.sh ] && source ~/.scripts/index.sh
|
||||||
source ~/.gscripts/index.sh
|
[ -f ~/.gscripts/index.sh ] && source ~/.gscripts/index.sh
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
if [[ $USER == 'root' ]]; then
|
if [[ $USER == 'root' ]]; then
|
||||||
|
|
1
vimrc
1
vimrc
|
@ -217,6 +217,7 @@ set updatetime=250
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
set t_Co=256
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
||||||
" From http://stackoverflow.com/a/5004785/2766106
|
" From http://stackoverflow.com/a/5004785/2766106
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue