From 187fb232166751fc7f33557031303985983b0796 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 1 May 2012 18:44:47 +0300 Subject: [PATCH] bashrc & zshrc: Add $HOME/.local/games to $PATH. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index d3d7ee44..72b0d398 100644 --- a/bashrc +++ b/bashrc @@ -168,7 +168,7 @@ export LC_ALL=fi_FI.utf8 export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$PATH +PATH=$HOME/.local/bin:$HOME/.local/games:$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME= diff --git a/zshrc b/zshrc index 5ad433b8..de07acf3 100644 --- a/zshrc +++ b/zshrc @@ -92,7 +92,7 @@ export LC_ALL=fi_FI.utf8 export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$PATH +PATH=$HOME/.local/bin:$HOME/.local/games:$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME=