Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
br0ns committed Apr 15, 2014
1 parent f6305f3 commit 1078318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dotbashrc
Expand Up @@ -260,7 +260,10 @@ function addpkg () {
fi
echo
if [ $added -ne 0 ] ; then
~/config/packagelist.sh
(
cd ~/config
./packagelist.sh
)
fi
}
m > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion packagelist.sh
@@ -1,4 +1,4 @@
sort packagelist | sponge packagelist
git add packagelist
git commit -m "secret"
git commit -m "packagelist"
git push

0 comments on commit 1078318

Please sign in to comment.