[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bash Profile [Was Unidentified Subject]



Unknown:

Here are the key parts to my .bash_profile.  I think they show you
what you are after.

You may want to look at the dotfile package, which gives you an X
interface to change many of these options...

--  .bash_profile
export PS1="\h:\w $ "
alisa ls='ls --color=tty -F -b -T 0'
alias ll='ls -l'
alias la='ls -a'
alias lla='ls -la'
alias l='less'
alias m='more'
alias h='history'
alias ..='cd ..'
alias ...='cd .. ; cd ..'
alias s='sudo'

--  End

later,
troy

Unknown wrote:
> 
> Hello,
> I'm user of GNU/Linux Debian 1.3.1 and I have the following problem
> 
> I'm using BASH shell , and I want to change the .bashrc but I put:
> 
> ---------- .bashrc  ---------
> # ~/.bashrc: executed by bash(1) for non-login shells.
> PS1="\\h\\$ "
> export PS1
> umask 022
> ----------- ------------------
> 
> and I put this at the end = alias ls='ls -a --color'
> 
> This sentence have to show ls in color and don't show it
> 
> I decide put other sentence to test = echo hellooooo
> 
> or = echo "helloooo"
> 
> or = echo 'helloooo'
> 
> and don't shows any hello at login or restart.
> 
> In the /etc/passwd the shell of the root and of the users is bash:
> 
> --------------  /etc/passwd --------
> 
> root:x:0:0:root:/root:/bin/bash
> yop:x:1000:1000:,,,:/home/yop:/bin/bash
> 
> --------------  /etc/passwd --------
> and:
> 
> I'd like to know how I can modify it and personalize and I need your
> help
> 
> Thank you very much
> 
> Good Bye
> 
> --
> To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: