Results 1 to 2 of 2

Thread: Post your Shell Prompt

  1. #1
    Join Date
    Apr 2007
    Location
    Ohio
    Beans
    354

    Post your Shell Prompt

    Alright, there was a topic for this a while ago, but I can't find it after a ~10 minutes of searching with various different terms, so, here goes another "Post your Shell Prompt"!

    Simply post your shell prompt, with any formatting you use, as well as the PS1= line for your shell's rc file.

    Here's mine:
    Code:
    [klange acerlaptop 08/08  1:23] ~$
    Code:
    PS1="[\[\033[1;33m\]\u \[\033[1;32m\]\h \[\033[1;31m\]\$(date +%m/%d) \[\033[1;34m\]\$(date +%l:%M)\[\033[0m\]] \w$ "
    I use this on all of my machines for uniformity.

  2. #2
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Post your Shell Prompt

    Code:
    \e[01;31m\w\$\e[00m
    ~$ On a black background.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •