aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-12-02 16:41:07 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2019-12-02 16:41:07 +0100
commita6f15e6e7763444abbe9e99dad8b85331eaf917b (patch)
tree94e861110804b8eb1e6939cc36cb8d6e911831bf /.bashrc
parent9966a1e07a8236efe78043932f94702ab3be17e4 (diff)
downloaddotfiles-a6f15e6e7763444abbe9e99dad8b85331eaf917b.tar.gz
dotfiles-a6f15e6e7763444abbe9e99dad8b85331eaf917b.zip
Minor improvements here and there
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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"