From a6f15e6e7763444abbe9e99dad8b85331eaf917b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Dec 2019 16:41:07 +0100 Subject: Minor improvements here and there MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index abdc66a..4883248 100644 --- a/.bashrc +++ b/.bashrc @@ -146,3 +146,5 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" # Handy alias for the ip command alias ip="ip --color" alias ipb="ip --color --brief" + +export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" -- cgit v1.2.3