Alias refreshing of dotfiles.

This commit is contained in:
Andrew Tomaka 2012-08-14 14:26:28 -04:00
parent 24c1ab970d
commit 48470862ad

View file

@ -9,6 +9,8 @@ else
alias grep='grep'
fi
alias dotfiles='cd; curl -#L https://github.com/atomaka/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,.gitignore}; source ~/.profile'
# Case insensitive matching
shopt -s nocaseglob