From 5b6fa2596d458e467a05f470e8ec009675ac26a7 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Thu, 7 Apr 2022 00:25:33 +0100 Subject: [PATCH] chore(zsh): add cargo bin to `$PATH` Needed for `stylua` and for the Starship prompt. --- roles/zsh/files/.zsh/configs/path.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/zsh/files/.zsh/configs/path.zsh b/roles/zsh/files/.zsh/configs/path.zsh index b8d4f700..8c52e2c9 100644 --- a/roles/zsh/files/.zsh/configs/path.zsh +++ b/roles/zsh/files/.zsh/configs/path.zsh @@ -3,6 +3,7 @@ setopt auto_cd export PATH=\ $PATH:\ /usr/bin:\ +$HOME/.cargo/bin:\ $HOME/.composer/vendor/bin:\ $HOME/.local/bin:\ $HOME/.platformsh/bin:\