Escape sub-shell in config.fish to prevent evaluation
`stack path --local-doc-root` gets evaluated when I create a shell, which is not what I intended.
This commit is contained in:
parent
0009ba2d71
commit
185fa0dda5
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ abbr --add sb stack build
|
|||
abbr --add se stack exec --
|
||||
abbr --add sc stack clean
|
||||
abbr --add st stack test
|
||||
abbr --add haddocks open (stack path --local-doc-root)/index.html
|
||||
abbr --add haddocks 'open (stack path --local-doc-root)/index.html'
|
||||
|
||||
# Kubernetes
|
||||
abbr --add kc kubectl
|
||||
|
|
Loading…
Reference in a new issue