summaryrefslogtreecommitdiff
path: root/dot_local/share/sh/cling
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_local/share/sh/cling3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_local/share/sh/cling b/dot_local/share/sh/cling
new file mode 100644
index 0000000..bb3063c
--- /dev/null
+++ b/dot_local/share/sh/cling
@@ -0,0 +1,3 @@
+. hascmd cling || return
+alias cci="cling $CLING_ARGS --nologo -xc"
+alias cxxi="cling $CLING_ARGS --nologo -xc++"