update aliases

This commit is contained in:
2024-10-26 07:21:50 -04:00
parent 7702a9f5cd
commit 2865b57874
+1 -1
View File
@@ -4,7 +4,6 @@
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
#alias ls='ls -h --color=auto'
alias ls='exa -ho --icons --git'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
@@ -15,6 +14,7 @@ alias ip='ip --color'
alias yay='yay --color=auto'
# ls aliases
alias ls='exa -ho --icons --git'
alias l='ls -h'
alias ll='ls -lh'
alias la='ls -ah'