mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Rename zshrc functions to end in .zsh
This commit is contained in:
6
dotfiles/zshrc.d/remove-wine-files.zsh
Normal file
6
dotfiles/zshrc.d/remove-wine-files.zsh
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user