Skip to content

Instantly share code, notes, and snippets.

@sultanqasim
Last active September 10, 2022 16:31
Show Gist options
  • Select an option

  • Save sultanqasim/d7debf85ea962453e5beb35df63d87de to your computer and use it in GitHub Desktop.

Select an option

Save sultanqasim/d7debf85ea962453e5beb35df63d87de to your computer and use it in GitHub Desktop.

Revisions

  1. sultanqasim revised this gist Sep 10, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .bashrc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    case "$TERM" in
    xterm-color|*-256color)
    PS1='[\e[1;32m\u@\h\e[m \e[1;34m\W\e[m]\$ '
    PS1='[\[\e[1;32m\]\u@\h \[\e[1;34m\]\W\[\e[m\]]\$ '
    ;;
    *)
    PS1='[\u@\h \W]\$ '
  2. sultanqasim revised this gist Sep 10, 2022. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion .bashrc
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@
    # looks good with Source Code Pro (10 pt) font in Konsole
    case "$TERM" in
    xterm-color|*-256color)
    PS1='[\e[1;32m\u@\h\e[m \e[1;34m\W\e[m]\$ '
  3. sultanqasim revised this gist Sep 10, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .bashrc
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # looks good with Source Code Pro Medium (10 pt) font in Konsole
    # looks good with Source Code Pro (10 pt) font in Konsole
    case "$TERM" in
    xterm-color|*-256color)
    PS1='[\e[1;32m\u@\h\e[m \e[1;34m\W\e[m]\$ '
  4. sultanqasim created this gist Sep 10, 2022.
    9 changes: 9 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # looks good with Source Code Pro Medium (10 pt) font in Konsole
    case "$TERM" in
    xterm-color|*-256color)
    PS1='[\e[1;32m\u@\h\e[m \e[1;34m\W\e[m]\$ '
    ;;
    *)
    PS1='[\u@\h \W]\$ '
    ;;
    esac