1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/usr/bin/env bash [[ $- == *i* ]] && stty -ixon set -b +H set -o notify shopt -s extglob shopt -s globstar shopt -s autocd 2>/dev/null shopt -s dirspell 2>/dev/null shopt -s cdspell 2>/dev/null
Consider giving Nix/NixOS a try! <3