summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Shell/Shell.h')
-rw-r--r--Userland/Shell/Shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Userland/Shell/Shell.h b/Userland/Shell/Shell.h
index a34a84f968..b425333183 100644
--- a/Userland/Shell/Shell.h
+++ b/Userland/Shell/Shell.h
@@ -462,7 +462,11 @@ private:
#undef __ENUMERATE_SHELL_BUILTIN
+ "."sv, // Needs to be aliased to "source" in POSIX mode.
+ // clang-format off
+ // Clang-format does not properly indent this, it gives it 4 spaces too few.
":"sv, // POSIX-y name for "noop".
+ // clang-format on
};
bool m_should_ignore_jobs_on_next_exit { false };