summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-31 17:35:27 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-31 17:35:27 +0200
commit221911966851bb637fe153a2b3214c5a4fd08ba4 (patch)
tree4eacf1ee3a05905751571c3450a0337d2f0153fa /bashrc
parentc8b6e5a81dc60d615e613eff2d6286577c487de0 (diff)
downloadliw-dot-files-221911966851bb637fe153a2b3214c5a4fd08ba4.tar.gz
Add osrc shell function to bashrc for QL
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 6a96a22..57bff9a 100644
--- a/bashrc
+++ b/bashrc
@@ -166,6 +166,16 @@ prompt_command() {
}
+########################################################################
+
+# Function for using the QvarnLabs "os-rchelper" script more
+# conveniently.
+
+osrc()
+{
+ eval `os-rchelper "$1"`
+}
+
###############