Refactor zshrc.

This commit is contained in:
David Tomaschik
2015-09-03 17:43:51 -07:00
parent dcaf567116
commit 562697a2a7
3 changed files with 25 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
remove-wine-associations() {
rm ~/.local/share/applications/wine*.desktop
update-desktop-database ~/.local/share/applications
rm ~/.local/share/mime/packages/x-wine*.xml
update-mime-database ~/.local/share/mime
}