Remove space after pacman alias for sudo substitution because I'm stoopid
This commit is contained in:
parent
919d04f88f
commit
d4962fde91
2
.bashrc
2
.bashrc
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue