Skip to content

Commit a32cd41

Browse files
authored
add oh-my-zsh (#28)
1 parent 7bf49a6 commit a32cd41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

queries/nix/injections.scm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@
8181
(#set! injection.combined)
8282
)
8383

84+
; oh-my-zsh
85+
(binding
86+
attrpath: (_) @_path
87+
(#hmts-path? @_path "programs" "zsh" "oh-my-zsh" "extraConfig$")
88+
expression: (_ (string_fragment) @injection.content)
89+
(#set! injection.language "bash")
90+
(#set! injection.combined)
91+
)
92+
8493
; Firefox
8594
(binding
8695
attrpath: (_) @_path (#hmts-path? @_path "programs" "firefox" "profiles" ".*" "userChrome")

0 commit comments

Comments
 (0)