2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

colored ls

This commit is contained in:
Christopher Roy Bratusek 2018-02-07 21:21:09 +01:00
parent 23d20cf90c
commit e8a69cb9df
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* only clear and resize the buffer on start for interactive GNU Bash sessions
* nicer ${PS1} for interactive GNU Bash sessions
* ensure GNU Bash uses our version of the less pager, even if busybox' version is installed
* make ls use colors, if possible when in GNU Bash
* Updates (automatic)
* XDA Labs (1.1.4b)
* (Simple) Calendar (3.2.4)

View File

@ -17,6 +17,7 @@ shopt -s checkwinsize
shopt -s histappend
alias su="su --shell ${SHELL}"
alias ls="ls --color=auto"
red="\[\033[01;38;5;1m\]"
gre="\[\033[01;38;5;2m\]"