diff --git a/.config/fish/functions/sudo.fish b/.config/fish/functions/sudo.fish deleted file mode 100644 index d87e869..0000000 --- a/.config/fish/functions/sudo.fish +++ /dev/null @@ -1,7 +0,0 @@ -function sudo - if type -q sudo-rs - command sudo-rs $argv - else - command sudo $argv - end -end diff --git a/.config/mimeapps.list b/.config/mimeapps.list index ee027bc..a6125b8 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,5 +1,3 @@ -# cp "/usr/share/applications/mimeinfo.cache" "$HOME/.local/share/applications/mimeinfo.cache" - [Default Applications] application/pdf=atril.desktop @@ -43,31 +41,3 @@ text/xml=firefox.desktop x-scheme-handler/http=firefox.desktop x-scheme-handler/https=firefox.desktop x-scheme-handler/chrome=firefox.desktop - -application/rtf=writer.desktop -application/msword=writer.desktop -application/vnd.openxmlformats-officedocument.wordprocessingml.document=writer.desktop -application/vnd.openxmlformats-officedocument.wordprocessingml.template=writer.desktop -application/vnd.ms-word.document.macroEnabled.12=writer.desktop -application/vnd.ms-word.template.macroEnabled.12=writer.desktop - -application/vnd.ms-excel=calc.desktop -application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=calc.desktop -application/vnd.openxmlformats-officedocument.spreadsheetml.template=calc.desktop -application/vnd.ms-excel.sheet.macroEnabled.12=calc.desktop -application/vnd.ms-excel.template.macroEnabled.12=calc.desktop -application/vnd.ms-excel.addin.macroEnabled.12=calc.desktop -application/vnd.ms-excel.sheet.binary.macroEnabled.12=calc.desktop - -application/vnd.ms-powerpoint=impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.presentation=impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.template=impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.slideshow=impress.desktop -application/vnd.ms-powerpoint.addin.macroEnabled.12=impress.desktop -application/vnd.ms-powerpoint.presentation.macroEnabled.12=impress.desktop -application/vnd.ms-powerpoint.template.macroEnabled.12=impress.desktop -application/vnd.ms-powerpoint.slideshow.macroEnabled.12=impress.desktop - -[Added Associations] -x-scheme-handler/mailto=userapp-Thunderbird-S6VUC2.desktop; -x-scheme-handler/mid=userapp-Thunderbird-S6VUC2.desktop; diff --git a/.gitignore b/.gitignore index 54ba967..ee3e922 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ __pycache__/ .config/fish/fish_plugins .config/fish/fish_variables .config/fish/themes -.config/fish/fishd.tmp.* # Tide .config/fish/functions/_tide_*