Merge branch 'archy-coder-master-patch-63656' into 'master'
Update .bashrc_garuda See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!3
This commit is contained in:
commit
3e747066db
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ alias please='sudo'
|
||||||
alias tb='nc termbin.com 9999'
|
alias tb='nc termbin.com 9999'
|
||||||
|
|
||||||
# Cleanup orphaned packages
|
# Cleanup orphaned packages
|
||||||
alias cleanup='sudo pacman -Rns (pacman -Qtdq)'
|
alias cleanup='sudo pacman -Rns `pacman -Qtdq`'
|
||||||
|
|
||||||
# Get the error messages from journalctl
|
# Get the error messages from journalctl
|
||||||
alias jctl="journalctl -p 3 -xb"
|
alias jctl="journalctl -p 3 -xb"
|
||||||
|
|
Loading…
Reference in a new issue