Dear Dileep, Its a known bug.
Step1 - Open Terminal
Step 2 - type following cd
gedit ./.bashrcStep 3 - at line number 127 , you will find something like this (try ctrl+i if line numbers is not visible) mdc() { mkdir -p "$1" && cd "$1" }
Just delete and add new line instead of this.
new line is function mcd() { [ -n "$1" ] && mkdir -p "$@" && cd "$1"; } Save and close the file. Close the Terminal too.
Open the terminal again., you will find this [~]
$Simple and very good terminal..
Step1 - Open Terminal
Step 2 - type following cd
gedit ./.bashrcStep 3 - at line number 127 , you will find something like this (try ctrl+i if line numbers is not visible) mdc() { mkdir -p "$1" && cd "$1" }
Just delete and add new line instead of this.
new line is function mcd() { [ -n "$1" ] && mkdir -p "$@" && cd "$1"; } Save and close the file. Close the Terminal too.
Open the terminal again., you will find this [~]
$Simple and very good terminal..
On Wed, Sep 1, 2010 at 9:35 PM, Dileepkumar <dileep98490@gmail.com> wrote:
When I open the terminal it's comingbash: /home/dileepkumar/.bashrc: line 168: syntax error: unexpected end of file [~]
$Is there anything that I can add at the end of my .bashrc file, that can solve my problem .bashrc file, thanx in advance
-- K.Dileepkumar
Twitter:dileep98490
Tech blog;http://dileeprocks.wordpress.com
Stories blog:http://dileepwrites.wordpress.com
No comments:
Post a Comment