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:
William Carroll 2020-02-06 22:20:20 +00:00
parent 0009ba2d71
commit 185fa0dda5

View file

@ -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