added some stuff to the git ignore, prints motd when clearing screen

work
Adam Veldhousen 9 years ago
parent 2aa3f20974
commit 73c1e125a9

@ -8,6 +8,7 @@ alias ll='ls --color=always -l'
#rake
alias bake='bundle exec rake'
alias clear="clear && printmotd"
#tools
alias s='start Source/*.sln'

@ -4,10 +4,6 @@ function prunelocal(){
for b in `git branch --merged | grep -v \*`; do git branch -D $b; done
}
function cls(){
clear
printmotd
}
function printmotd(){
if [[ $WORK ]]; then

6
.gitignore vendored

@ -1,4 +1,5 @@
# File
.rnd
*.kdbx
_*
.vim_colorv_cache
@ -35,8 +36,7 @@ Tools/vim/bundle/*
Tools/vim/tutor/
.config/
.lesshst
.atom/compile-cache
.atom
./assets/**/lib
.bin
.plugman
@ -54,6 +54,8 @@ Tools/cmder
.wireshark/
.git-templates/
.k/
.boot2docker/
.vagrant*
VirtualBox VMs/
.VirtualBox/
Applications/

Loading…
Cancel
Save