remove the ls alias

This commit is contained in:
Dustin Kirkland 2014-04-23 07:59:37 -05:00
commit f359451a37
2 changed files with 0 additions and 4 deletions

2
debian/changelog vendored
View file

@ -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:

View file

@ -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