^[[A. .profile and Terminal Emulator

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

^[[A. .profile and Terminal Emulator

Unread post by delphys » Sun Jun 30, 2013 2:21 am

Hello;

Did search on this but none found

Just installed bbq proof -- looks like this is 32 bit as uname -a does not conatin amd64, correct ??

So when I launch the Terminal Emulator, it does not seem to run neither .profile nor .bashrc
Any idea why ??

Also, the up arrow key does not echo previous commands
and fc binary is missing ..

Lastly how do I change the terminal background colors ??

Thank you for answering these noob questions ..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: ^[[A. .profile and Terminal Emulator

Unread post by pidsley » Sun Jun 30, 2013 2:39 am

Proof is 32-bit: http://linuxbbq.org/wordpress/linuxbbq- ... roof-i686/
There is a 64-bit Xfce release, if you need that: http://linuxbbq.org/wordpress/linuxbbq-xfce64-amd64/

For the profile issue: http://linuxbbq.org/bbs/viewtopic.php?f ... file#p3984

"fc" is a bash built-in command (not a separate binary), and it works on my Proof install, as do the up and down arrow. Are you sure you're in bash, and not some other shell? (did you create a new user and forget to specify /bin/bash for the shell?)

What do these commands tell you:

Code: Select all

echo $SHELL
ps -p $$
For the terminal background: right-click in the terminal, select "preferences"

And welcome to the BBQ.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: ^[[A. .profile and Terminal Emulator

Unread post by wuxmedia » Sun Jun 30, 2013 7:41 am

BTW the answer to the bash prob is to delete .bash_profile, well - it worked for me.
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: ^[[A. .profile and Terminal Emulator

Unread post by machinebacon » Sun Jun 30, 2013 8:02 am

^ Yup, it would source the original /etc/bashrc.rc file then.
Or simply go with zsh, bash is dead anyway :D
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: ^[[A. .profile and Terminal Emulator

Unread post by wuxmedia » Sun Jun 30, 2013 9:05 am

since boner/virgin, I have switched to zsh.
"Seek, and Ye shall find"
"Github | Chooons | Site"

delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

Re: ^[[A. .profile and Terminal Emulator

Unread post by delphys » Sun Jun 30, 2013 1:02 pm

Thank you all

Switched to zsh & things are good :-)

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: ^[[A. .profile and Terminal Emulator

Unread post by machinebacon » Sun Jun 30, 2013 6:16 pm

Good decision. Add the oh-my-zsh and enjoy pure zsh goodness :)
https://github.com/robbyrussell/oh-my-zsh
..gnutella..

Post Reply