mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
#!/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"
|