Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

What does your prompt look like?

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply

You shell?

bash
21
88%
tcsh
2
8%
erm..shell?
1
4%
 
Total votes: 24

Message
Author
User avatar
hash
Posts: 159
Joined: 2007-04-14 05:59
Location: Vancouver, BC, Canada

What does your prompt look like?

#1 Post by hash »

Should be easier than posting your dektop screen shots :)

I use tcsh.
Cant like without (Alt+/) completion.

Code: Select all

set prompt = "`\hostname`|%B%T%b|%C|>"
if(`whoami` == root) then
    set prompt = "`\hostname`|%B%T%b|%C|%B#"
endif
which gives a prompt like:

Code: Select all

machine|9:43|user|>
and,, 'green on black' is a passion :)
and.. Eterm
Last edited by hash on 2007-04-25 17:24, edited 2 times in total.
Disclaimer: Any errors/misstakes in spilling, glammer, tact, or fact are transmission errors

benuski
Posts: 234
Joined: 2006-12-24 21:07
Location: Richmond, Va.

#2 Post by benuski »

I've never bothered to change my shell from the default setup, except for changing the colors. I usually have either black background with white letters, or black background with green letters.

User avatar
freek
Posts: 74
Joined: 2007-04-03 01:36
Location: Netherlands

#3 Post by freek »

My prompt:

GNU bash, version 2.05b.0(1)-release (i386-pc-linux-gnu)
aterm 0.4.2

dsl@box:~ >

yellow on black transparent
there's no business like .. your own business ..

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

#4 Post by llivv »

ern shell?
I collect C Shells by the C shore :oops:
for those interested in shell scripts check out these two threads
in General Questions it's stickied Can't open my zip files the title doesn't describe the posts inside the thread.
and in the Docs Tips & Tricks and HOWTO's section:
make bash more useful and fun
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

User avatar
Pobega
Posts: 833
Joined: 2007-01-04 04:30
Location: New York

#5 Post by Pobega »

I've been using tcsh for a while now, and I'm in love with it.

I use plain white and black, I'm a little boring in that respect.

rxvt-unicode.
Jabber: pobega@gmail.com
Pronunciation: Poh - Bay - Guh

thamarok

#6 Post by thamarok »

No choice for sh? :o

User avatar
hash
Posts: 159
Joined: 2007-04-14 05:59
Location: Vancouver, BC, Canada

#7 Post by hash »

hm.. ist sh=bash now?
sry, not too sure.
Disclaimer: Any errors/misstakes in spilling, glammer, tact, or fact are transmission errors

thamarok

#8 Post by thamarok »

Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh)
So basically it's better than plain sh. But I don't use ksh/csh stuff so just sh will do.

User avatar
chrismortimore
Posts: 849
Joined: 2007-04-24 06:34
Location: Edinburgh, UK

#9 Post by chrismortimore »

Using bash with the default debian prompt, out of complete and total laziness. My GNU screen statusline is kinda cool though *smug*
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 5x320GB WD 7200rpm Caviar RE2 (RAID5), Nvidia 6600GT 256MB
Laptop: Intel Pentium M 1.5GHz, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB

User avatar
Hevoos
Posts: 69
Joined: 2007-03-30 18:04

#10 Post by Hevoos »

What's the difference between these shells?

User avatar
sleepyEDB
Posts: 97
Joined: 2005-09-11 19:47
Location: Detroit, MI

#11 Post by sleepyEDB »

My prompt is setup like this:

Code: Select all

PS1="[\!-\u@\H-\w]"
which gives a prompt like this:

[2630-sleepy@testbox-/opt/sfw]

It's a bit long, but it gives all the pertinent information. :)

And I use a transparent mrxvt (<--- best terminal ev-ar! :-P) with gray text on a black wallpapered background.


sleepy
"The road of life is rocky, and you may stumble too. While you point your finger, someone else is judging you." --Bob Marley

Post Reply