File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ function __fish_complete_aws
2
+ env COMP_LINE=(commandline --current-process --cut-at-cursor ) aws_completer | tr -d ' '
3
+ end
4
+
5
+ complete --command aws --no-files --arguments " (__fish_complete_aws)"
Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ Temporary Items
31
31
.apdisk
32
32
33
33
# End of https://www.toptal.com/developers/gitignore/api/macos
34
+
35
+ # ## Custom ###
36
+
37
+ # this file is autogenerated
38
+ .config /fish /completions /docker.fish
Original file line number Diff line number Diff line change @@ -28,3 +28,6 @@ sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license --user="
28
28
sudo hdiutil unmount " /Volumes/Docker"
29
29
30
30
rm -rf $DMG_OUTPUT_PATH
31
+
32
+ # setup command completions
33
+ docker completion fish > ~ /.config/fish/completions/docker.fish
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ LINKING_MAP=(
13
13
" $SCRIPT_DIR /.npmrc:$HOME /.npmrc"
14
14
" $SCRIPT_DIR /.config/fish/config.fish:$HOME /.config/fish/config.fish"
15
15
" $SCRIPT_DIR /.config/fish/functions:$HOME /.config/fish"
16
+ " $SCRIPT_DIR /.config/fish/completions:$HOME /.config/fish"
16
17
" $SCRIPT_DIR /.config/starship.toml:$HOME /.config/starship.toml"
17
18
" $SCRIPT_DIR /.vscode/settings.json:$HOME /Library/Application Support/Code/User/settings.json"
18
19
" $SCRIPT_DIR /.vscode/global.code-snippets:$HOME /Library/Application Support/Code/User/snippets/global.code-snippets"
You can’t perform that action at this time.
0 commit comments