diff --git a/.aliases b/.aliases index f7487c6..9a97d30 100644 --- a/.aliases +++ b/.aliases @@ -7,7 +7,6 @@ alias less='less --use-color' alias diff='delta --color-only' alias hexedit='hexedit --color' alias ip='ip --color' -alias yay='yay --color=auto' # ls aliases 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' # Arch -alias yay='nocorrect yay' +alias yay='nocorrect yay --color=auto' alias pacman='nocorrect pacman' # Ubuntu @@ -181,4 +180,4 @@ alias tmv='tmux rename -t' alias tns='tmux new -s' # SSH -alias ssh='ssh -o AddKeysToAgent=yes' \ No newline at end of file +alias ssh='ssh -o AddKeysToAgent=yes'