From 1ab66ecbe98385d84ceafb9b0bb2a81b5696fae1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 18 Sep 2018 20:57:48 +0300 Subject: [PATCH] rc: update PATH Cleanup directories that I have never seen used, add Go --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index b1edfad2..e6627ee1 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -187,7 +187,7 @@ fi TZ=$(date +%Z) # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$HOME/.linuxbrew/games:$HOME/bin:$HOME/sbin:$HOME/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH +PATH=$HOME/.local/bin:$HOME/bin:/snap/bin:$HOME/go/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH # Add RubyGems to PATH if hash ruby 2>/dev/null; then diff --git a/rc/zshrc b/rc/zshrc index 14072add..d0825d19 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -150,7 +150,7 @@ fi TZ=$(date +%Z) # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$HOME/.linuxbrew/games:$HOME/bin:$HOME/sbin:$HOME/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH +PATH=$HOME/.local/bin:$HOME/bin:$HOME/go/bin:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH # Add RubyGems to PATH if hash ruby 2>/dev/null; then