mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -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
|
- give executables just a little more pop
|
||||||
- use a light grey underline for symlinks
|
- use a light grey underline for symlinks
|
||||||
- add whitespace before inline comment
|
- 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:
|
* usr/share/byobu/profiles/bashrc:
|
||||||
- Enable Ubuntu-themed dircolors on Ubuntu systems
|
- Enable Ubuntu-themed dircolors on Ubuntu systems
|
||||||
* usr/bin/byobu-janitor.in:
|
* 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) "
|
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
|
esac
|
||||||
# Ensure that we use ls with colors, and class/type indicators
|
|
||||||
alias ls='ls --color=auto -F'
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue