mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-17 05:05:30 +00:00
feat(config): fish configs
This commit is contained in:
14
config/fish/conf.d/halostatue_fish_macos.fish
Normal file
14
config/fish/conf.d/halostatue_fish_macos.fish
Normal file
@@ -0,0 +1,14 @@
|
||||
# @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
|
||||
Reference in New Issue
Block a user