Update red (#80530)

Update `zap` stanza.
This commit is contained in:
Dario Vladović
2020-04-12 18:35:47 +01:00
committed by GitHub
parent ebe06d2601
commit a2dcb55b81
+4 -1
View File
@@ -11,5 +11,8 @@ cask 'red' do
binary "red-#{version.no_dots}", target: 'red'
zap trash: '~/.red'
zap trash: [
'~/.red',
'~/Library/Saved Application State/org.redlang.red-ttx.savedState',
]
end