Added $HOME/.local/bin to PATH in .bash_profile (#699812)
Signed-off-by: Roman Rakus <rrakus@redhat.com>
This commit is contained in:
parent
82ad4cbbb2
commit
02b20d8101
@ -6,7 +6,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/bash
|
Url: http://www.gnu.org/software/bash
|
||||||
@ -312,6 +312,9 @@ end
|
|||||||
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-3
|
||||||
|
- Added $HOME/.local/bin to PATH in .bash_profile (#699812)
|
||||||
|
|
||||||
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-2
|
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-2
|
||||||
- Inc. a release no.
|
- Inc. a release no.
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ fi
|
|||||||
|
|
||||||
# User specific environment and startup programs
|
# User specific environment and startup programs
|
||||||
|
|
||||||
PATH=$PATH:$HOME/bin
|
PATH=$PATH:$HOME/.local/bin:$HOME/bin
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user