Base: Remove .shellrc

This commit is contained in:
circl 2024-06-08 19:48:20 +02:00 committed by Andreas Kling
parent 5f7251fd91
commit 75e11249d3

View File

@ -1,7 +0,0 @@
#!/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"