bashrc: turn on globasciiranges shell option
This commit is contained in:
parent
e8087a1cbb
commit
b5b6d38583
3
bashrc
3
bashrc
@ -1,6 +1,9 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ "$-" != *i* ]] && return
|
[[ "$-" != *i* ]] && return
|
||||||
|
|
||||||
|
# make [a-z] and [A-Z] work correctly
|
||||||
|
shopt -s globasciiranges
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
if [ -f "${HOME}/.bash_aliases" ]; then
|
if [ -f "${HOME}/.bash_aliases" ]; then
|
||||||
source "${HOME}/.bash_aliases"
|
source "${HOME}/.bash_aliases"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user