mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
colored ls
This commit is contained in:
parent
23d20cf90c
commit
e8a69cb9df
@ -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)
|
||||
|
@ -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\]"
|
||||
|
Loading…
Reference in New Issue
Block a user