mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/profiles/bashrc:
- Ensure that we use ls with colors, and class/type indicators
This commit is contained in:
parent
d2a3c289a3
commit
3210398a1e
2 changed files with 4 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue