Browse Source

.bashrc: removed PATH stuff as it's in .profile now

master
Alejandro Mery 16 years ago
parent
commit
2ca4f5d6e3
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      .bashrc

+ 0
- 13
.bashrc

@ -1,17 +1,4 @@
export LANG="en_GB.UTF-8"
echo ".bashrc: TERM:$TERM ${PS1:+INTERACTIVE}" >&2
# $HOME/bin
#
if [ ! -d "$HOME/bin" ]; then
set -x
mkdir "$HOME/bin"
if [ "$PATH" == "${PATH//$HOME\/bin/}" ]; then
export PATH="$HOME/bin:$PATH"
fi
set +x
fi
# GPG
#

Loading…
Cancel
Save