diff --git a/debian/changelog b/debian/changelog index 145fd9c8..ec438c95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,6 @@ byobu (5.78) unreleased; urgency=medium - give executables just a little more pop - use a light grey underline for symlinks - add whitespace before inline comment - * usr/share/byobu/profiles/bashrc: - - Ensure that we use ls with colors, and class/type indicators * usr/share/byobu/profiles/bashrc: - Enable Ubuntu-themed dircolors on Ubuntu systems * usr/bin/byobu-janitor.in: diff --git a/usr/share/byobu/profiles/bashrc b/usr/share/byobu/profiles/bashrc index 1c8c4b7e..1c6d6e1a 100644 --- a/usr/share/byobu/profiles/bashrc +++ b/usr/share/byobu/profiles/bashrc @@ -68,7 +68,5 @@ if [ -n "$TMUX" ] || [ "${TERMCAP#*screen}" != "${TERMCAP}" ]; then PS1="${debian_chroot:+($debian_chroot)}\[\e[31m\]\$(byobu_prompt_status)\[\e[00;32m\]\u\[\e[00m\]@\[\e[00;31m\]\h\[\e[00m\]:\[\e[00;36m\]\w\[\e[00m\]\$(byobu_prompt_symbol) " ;; esac - # Ensure that we use ls with colors, and class/type indicators - alias ls='ls --color=auto -F' fi fi