Alias refreshing of dotfiles.
This commit is contained in:
parent
24c1ab970d
commit
48470862ad
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue