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