Ola,

Meu arquivo ~/.bash_profile não esta exportando as auteracoes que fiz no PATH.

O que será que está errado nele? Pelas buscas que fiz na internet ele está OK.

Segue o arquivo

# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/login.defs
#umask 022

# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
    PATH="${PATH}"
fi

PATH=$PATH:$HOME/bin:/usr/local/genome/bin
export PATH

ls='ls --colors=auto'

Obrigado

Marcelo


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a