mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
7 lines
179 B
Text
7 lines
179 B
Text
#!/bin/Shell
|
|
|
|
# IFS controls what $(...) (inline evaluate) would split its captured
|
|
# string with. the default is \x0a (i.e. newline).
|
|
IFS="\x0a"
|
|
|
|
export HISTCONTROL="ignoreboth"
|