Skip to content

Commit 2c1569c

Browse files
committed
Merge pull request oh-my-fish#7 from jeizsm/master
add description and completions
2 parents 96bf0ad + 36b8160 commit 2c1569c

File tree

19 files changed

+30
-16
lines changed

19 files changed

+30
-16
lines changed

completions/a.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c a -a "(__fasd_print_completions -a)" -f -A

completions/d.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c d -a "(__fasd_print_completions -d)" -f -A

completions/f.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c f -a "(__fasd_print_completions -f)" -f -A

completions/fasd.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c fasd -a "(__fasd_print_completions)" -f -A

completions/fasd_cd.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c fasd_cd -a "(__fasd_print_completions -d)" -f -A

completions/s.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c s -a "(__fasd_print_completions)" -f -A

completions/sd.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c sd -a "(__fasd_print_completions -d)" -f -A

completions/sf.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c sf -a "(__fasd_print_completions -f)" -f -A

completions/z.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c z -a "(__fasd_print_completions -d)" -f -A

completions/zz.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
complete -c zz -a "(__fasd_print_completions -d)" -f -A

0 commit comments

Comments
 (0)