mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
Shell: Run both /etc/shellrc and ~/.shellrc on startup
The global script runs before the local (per-user) one.
This commit is contained in:
parent
7974279a5d
commit
1bc6bb0421
3 changed files with 15 additions and 10 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# IFS controls what $(...) (inline evaluate) would split its captured
|
||||
# string with. the default is \x0a (i.e. newline).
|
||||
IFS="\x0a"
|
Loading…
Add table
Add a link
Reference in a new issue