From 05cd7142c78a6b7821b3c054e2a485b8f87ece94 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 22 Nov 2018 18:26:01 +0100 Subject: [PATCH] Add more tools to PATH --- shells/zsh/zshrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 6ce51fb..25f03fd 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -33,7 +33,7 @@ antigen theme https://github.com/halfo/lambda-mod-zsh-theme lambda-mod antigen apply -export PATH=~/bin:~/.gem/ruby/2.3.0/bin:$PATH +export PATH=~/bin:~/.gem/ruby/2.5.0/bin:$PATH source $HOME/.cargo/env @@ -91,8 +91,11 @@ unsetopt autopushd # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$HOME/.rvm/bin:$PATH" -export PATH=/home/me/.gem/ruby/2.5.0/bin:$PATH -export PATH=$PATH:"$HOME/.yarn/bin" +export PATH="$HOME/.gem/ruby/2.5.0/bin:$PATH" +export PATH="$HOME/.yarn/bin:$PATH" +export PATH="$HOME/.config/composer/vendor/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" +export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH" # Linuxbrew # export PATH="/home/me/.linuxbrew/bin:$PATH"