Skip to content

Commit

Permalink
push/pulldot -> dotpush/pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-g committed Mar 6, 2013
1 parent c5a51e9 commit 6325447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source ~/git.profile
source ~/ariatemplates.profile

# pull dot profile files from ~ to cwd
alias pulldot='cp ~/*.profile .'
alias dotpull='cp ~/*.profile .'

# push dot profile files from cwd to ~
alias pushdot='cp ./*.profile ~'
alias dotpush='cp ./*.profile ~'

0 comments on commit 6325447

Please sign in to comment.