mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
remove the ls alias
This commit is contained in:
parent
662bbc5775
commit
f359451a37
2 changed files with 0 additions and 4 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue