colored ls

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
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…
Cancel
Save