From 48470862ad4803a67a0bc6e276a5bc381fe99e1f Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 14 Aug 2012 14:26:28 -0400 Subject: [PATCH] Alias refreshing of dotfiles. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index cb73f63..55387ff 100755 --- a/.bashrc +++ b/.bashrc @@ -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