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