mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 19:48:55 +00:00
15 lines
482 B
Fish
15 lines
482 B
Fish
# @halostatue/fish-macos/conf.d/halostatue_fish_macos.fish:v7.0.0
|
|
|
|
function _halostatue_fish_macos_uninstall -e halostatue_fish_macos_uninstall
|
|
set --function functions app finder has_app mac manp note ql remind
|
|
|
|
for cmd in $functions
|
|
complete --erase --command $cmd
|
|
end
|
|
|
|
set --append functions (status function) \
|
|
(functions --all | string match --entire --regex '^__macos_app_|^__macos_finder_|^__macos_mac_')
|
|
|
|
functions --erase $functions
|
|
end
|