From 6a7b616b519c825984217ec1c2f2fe66f92a93fa Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 17 Aug 2017 10:35:39 +0200 Subject: zsh: Add .cargo/bin to PATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/zprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/zprofile b/zsh/zprofile index f5fd502..dbe274c 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -1,5 +1,6 @@ path=( "$HOME"/.local/bin "$HOME"/bin + "$HOME"/.cargo/bin "$HOME"/.gem/ruby/2.1.0/bin "${path[@]}" ) -- cgit v1.2.3-54-g00ecf