Skip to content

Commit

Permalink
Fixes to bash profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuntwork committed Dec 30, 2011
1 parent 56193c2 commit 13dffd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bash/profile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export PATH=/bin:/usr/bin:/sbin:/usr/sbin
export INPUTRC=/etc/inputrc
export PKG_CONFIG_PATH="/usr/%{_lib}/pkgconfig:/usr/share/pkgconfig"
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig"
export HISTSIZE=1000
export HISTFILESIZE=2000
export HISTTIMEFORMAT="%%F %%T :: "
export HISTTIMEFORMAT="%F %T :: "
export HISTCONTROL=ignoredups:ignorespace
source /etc/bashrc

0 comments on commit 13dffd1

Please sign in to comment.