summaryrefslogtreecommitdiff
path: root/dotkshrc
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:18:21 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:18:21 +0000
commitbc47b92d553cb83fa2d5f34265edfed49a060bc8 (patch)
treef24c8d9c7fb8cf915c786823524513fa124f3648 /dotkshrc
parent0d0979f74b74b9b5afd856cf79305366e25ee862 (diff)
automatic import of kshopeneuler24.03_LTS
Diffstat (limited to 'dotkshrc')
-rw-r--r--dotkshrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/dotkshrc b/dotkshrc
new file mode 100644
index 0000000..349e599
--- /dev/null
+++ b/dotkshrc
@@ -0,0 +1,12 @@
+# .kshrc
+
+# Source global definitions
+if [ -f /etc/kshrc ]; then
+ . /etc/kshrc
+fi
+
+# use emacs editing mode by default
+set -o emacs
+
+# User specific aliases and functions
+