Update .zshrc
This commit is contained in:
parent
62bb6360f3
commit
e60a2ae104
1 changed files with 1 additions and 5 deletions
6
.zshrc
6
.zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue