aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 88d75b1..b148641 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -54,7 +54,7 @@
- description: Installing bat
command:
target=$(rustc -Vv | grep host | cut -d' ' -f2 | sed s/armv7/arm/) &&
- scripts/install-crate.sh --git sharkdp/bat --target $target --completion-bash --completion-zsh ~/.local/share/zsh/site-functions &&
+ scripts/install-crate.sh --git sharkdp/bat --target $target --completion-bash --completion-zsh
- description: Installing cheat.sh
command: curl https://cht.sh/:cht.sh >~/.local/bin/cht.sh &&