Skip to content

Commit

Permalink
Fix indention.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 14, 2016
1 parent d64b294 commit 06d48d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotfiles-common/.bash_profile
Expand Up @@ -258,8 +258,7 @@ function ghc-pkg-reset() {
read -p 'Erasing all your user ghc and cabal packages - are you sure (y/N)? ' ans
fi
[[ x$ans =~ "xy" ]] && ( \
echo 'erasing directories under $HOME/.ghc'; command rm -rf `find $HOME/.ghc/* -maxdepth 1
-type d`; \
echo 'erasing directories under $HOME/.ghc'; command rm -rf `find $HOME/.ghc/* -maxdepth 1 -type d`; \
echo 'erasing $HOME/.cabal/lib'; command rm -rf $HOME/.cabal/lib; \
)
}
Expand Down

0 comments on commit 06d48d0

Please sign in to comment.