6 lines
138 B
Bash
6 lines
138 B
Bash
#!/usr/bin/env zsh
|
|
|
|
## BASH INSULTER (works in zsh though)
|
|
if [ -f /etc/bash.command-not-found ]; then
|
|
. /etc/bash.command-not-found
|
|
fi
|