about summary refs log tree commit diff
path: root/bash/.bash.d/10_options.bash
blob: fac4943bdd718057252eb170102c9c4458c8119c (plain) (blame)
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