mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 00:55:14 +00:00
feat(config): fish configs
This commit is contained in:
18
config/fish/functions/__macos_finder_update.fish
Normal file
18
config/fish/functions/__macos_finder_update.fish
Normal file
@@ -0,0 +1,18 @@
|
||||
# @halostatue/fish-macos/functions/__macos_finder_update.fish:v7.0.0
|
||||
|
||||
function __macos_finder_update
|
||||
argparse --name 'finder update' h/help -- $argv
|
||||
or return 1
|
||||
|
||||
if set --query _flag_help
|
||||
echo 'Usage: finder update [options] [window#]
|
||||
|
||||
Updates the Finder window to PWD.
|
||||
|
||||
Options:
|
||||
-h, --help Show this help'
|
||||
return 0
|
||||
end
|
||||
|
||||
__macos_finder_pwd::update $argv
|
||||
end
|
||||
Reference in New Issue
Block a user