Update .zshrc

This commit is contained in:
Alexander Pieck 2024-12-10 08:30:09 +00:00
parent 62bb6360f3
commit e60a2ae104

6
.zshrc
View file

@ -171,10 +171,6 @@ DEBUG_PLUG=""
DEBUG_PLUG="$DEBUG_PLUG DEBUG_PLUG="$DEBUG_PLUG
plugin $zPlug loadet." plugin $zPlug loadet."
done done
if command_exists cowsay; then
cowsay -f art tux "$(uname -r)"
fi
} }
_alias(){ _alias(){
@ -527,7 +523,7 @@ get_packager() {
remove="" remove=""
. /etc/os-release . /etc/os-release
case "$ID" in case "$ID" in
ubuntu | debian | pop | kali) ubuntu | debian | pop | kali | zorin)
if command_exists nala; then if command_exists nala; then
search="nala search" search="nala search"
install="nala install --assume-yes" install="nala install --assume-yes"