Remove space after pacman alias for sudo substitution because I'm stoopid

This commit is contained in:
tosu 2023-08-27 02:17:17 +02:00
parent 919d04f88f
commit d4962fde91
Signed by: tosu
GPG Key ID: C00746F2E0F36492
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ alias aptclean='sudo apt -y update && sudo apt -y full-upgrade &&
sudo apt -y dist-upgrade && sudo apt -y autoremove && sudo apt -y dist-upgrade && sudo apt -y autoremove &&
sudo apt -y clean' sudo apt -y clean'
# shellcheck disable=SC2032 # shellcheck disable=SC2032
alias pacman='pacman --color=auto ' alias pacman='pacman --color=auto'
alias pcker='nvim "${HOME-}"/.config/nvim/lua/*' alias pcker='nvim "${HOME-}"/.config/nvim/lua/*'
alias after='nvim "${HOME-}"/.config/nvim/after/plugin' alias after='nvim "${HOME-}"/.config/nvim/after/plugin'
alias l='\ls --width="${COLUMNS:-80}" --sort=time --time=mtime --color=auto --time-style=long-iso -bharZ1l' alias l='\ls --width="${COLUMNS:-80}" --sort=time --time=mtime --color=auto --time-style=long-iso -bharZ1l'