update yay alias

This commit is contained in:
2025-01-05 22:21:02 -05:00
parent e1ccd6c77f
commit 24560f7865
+2 -3
View File
@@ -7,7 +7,6 @@ alias less='less --use-color'
alias diff='delta --color-only' alias diff='delta --color-only'
alias hexedit='hexedit --color' alias hexedit='hexedit --color'
alias ip='ip --color' alias ip='ip --color'
alias yay='yay --color=auto'
# ls aliases # ls aliases
alias ls="eza -ho --time-style='+%Y-%m-%d %H:%M' --icons --git" alias ls="eza -ho --time-style='+%Y-%m-%d %H:%M' --icons --git"
@@ -40,7 +39,7 @@ alias pcat='bat --paging=auto --style=auto'
alias t='$(which todo.sh) -a' alias t='$(which todo.sh) -a'
# Arch # Arch
alias yay='nocorrect yay' alias yay='nocorrect yay --color=auto'
alias pacman='nocorrect pacman' alias pacman='nocorrect pacman'
# Ubuntu # Ubuntu
@@ -181,4 +180,4 @@ alias tmv='tmux rename -t'
alias tns='tmux new -s' alias tns='tmux new -s'
# SSH # SSH
alias ssh='ssh -o AddKeysToAgent=yes' alias ssh='ssh -o AddKeysToAgent=yes'