Skip to content

Commit

Permalink
Add zap stanza to gitx.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx authored and adityadalal924 committed Jan 4, 2016
1 parent cb343ec commit ea73e93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Casks/gitx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@

app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'

zap :delete => [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/nl.frim.gitx.sfl',
'~/Library/Caches/nl.frim.GitX',
'~/Library/Preferences/nl.frim.GitX.plist',
'~/Library/Saved Application State/nl.frim.GitX.savedState',
]
end

0 comments on commit ea73e93

Please sign in to comment.