Skip to content

Commit

Permalink
undoing the previous commit and returning to ls
Browse files Browse the repository at this point in the history
  • Loading branch information
talesam committed May 4, 2024
1 parent 1e7e113 commit 4282591
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions usr/share/biglinux/bash-config/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4282591

Please sign in to comment.