1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 06:24:58 +00:00
serenity/Base/home/anon/.shellrc

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"