* usr/share/byobu/profiles/bashrc:

- Ensure that we use ls with colors, and class/type indicators
This commit is contained in:
Dustin Kirkland 2014-04-09 15:57:12 -04:00
commit 3210398a1e
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (5.78) unreleased; urgency=medium
* usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
* usr/share/byobu/profiles/bashrc:
- Ensure that we use ls with colors, and class/type indicators
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500

View file

@ -63,5 +63,7 @@ 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