wip
This commit is contained in:
parent
98dc7e49ed
commit
36997c793c
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -135,7 +135,7 @@ __get_Packager__() {
|
||||||
alias unbreak="$_sudo dpkg --configure -a"
|
alias unbreak="$_sudo dpkg --configure -a"
|
||||||
alias install="pkg_install"
|
alias install="pkg_install"
|
||||||
;;
|
;;
|
||||||
*arch*)
|
*arch* | *cachyos*)
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
if command_exists paru; then
|
if command_exists paru; then
|
||||||
paru -S --color always --noconfirm --needed "$@"
|
paru -S --color always --noconfirm --needed "$@"
|
||||||
|
@ -274,7 +274,7 @@ __keychain_setup__() {
|
||||||
__end__() {
|
__end__() {
|
||||||
if command_exists fastfetch; then
|
if command_exists fastfetch; then
|
||||||
clear &&
|
clear &&
|
||||||
fastfetch
|
fastfetch --config os
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue