~ubuntu-branches/debian/sid/bash/sid

« back to all changes in this revision

Viewing changes to debian/skel.bashrc

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-01-28 17:05:00 UTC
  • Revision ID: package-import@ubuntu.com-20150128170500-f3gxb971i30og3ym
Tags: 4.3-12
* Apply upstream patches 031 - 033.
* Add a Built-Using attribute for bash-static. Closes: #769342.
* Move definition of the macro "FN" out of the region of the "ig"
  macro.  Define macros and registers "zZ" and "zY". Closes: #774597.
* Also set color prompt for *-256color terminals. Closes: #766443.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
# set a fancy prompt (non-color, unless we know we "want" color)
39
39
case "$TERM" in
40
 
    xterm-color) color_prompt=yes;;
 
40
    xterm-color|*-256color) color_prompt=yes;;
41
41
esac
42
42
 
43
43
# uncomment for a colored prompt, if the terminal has the capability; turned