From 4282591c46573dbc81e1540418ae24ef914a17ea Mon Sep 17 00:00:00 2001 From: talesam Date: Sat, 4 May 2024 13:48:22 -0300 Subject: [PATCH] undoing the previous commit and returning to ls --- usr/share/biglinux/bash-config/bashrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/usr/share/biglinux/bash-config/bashrc b/usr/share/biglinux/bash-config/bashrc index c49f678..291c078 100644 --- a/usr/share/biglinux/bash-config/bashrc +++ b/usr/share/biglinux/bash-config/bashrc @@ -16,24 +16,24 @@ esac # Enable color support and set related aliases if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" - # alias ls='ls --color=auto' + alias ls='ls --color=auto' alias dir='dir --color=auto' alias vdir='vdir --color=auto' alias grep='grep --color=auto' fi -# Complete substitution of the ls command with exa -alias ls='exa' +# # Complete substitution of the ls command with exa +# alias ls='exa' -# Redefine ls options to exa equivalents -alias ll='exa -l' -alias la='exa -a' -alias l='exa -F' +# # Redefine ls options to exa equivalents +# alias ll='exa -l' +# alias la='exa -a' +# alias l='exa -F' # # More ls aliases -# alias ll='ls -l' -# alias la='ls -A' -# alias l='ls -CF' +alias ll='ls -l' +alias la='ls -A' +alias l='ls -CF' # Load Blesh for enhanced interactive shell experience if [[ -f /usr/share/blesh/ble.sh ]] && [[ ! -f ~/.bash-normal ]] && [[ $TERM != linux ]]; then