aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/global.c
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-11-04 16:25:17 +0000
committercrunchy <crunchy>2002-11-04 16:25:17 +0000
commit4b1237e6d4fc6ca2e5ffe10946c92fe2e5484be0 (patch)
tree02b254fe8d7c71242703281947612d22ff28ef6d /mpiosh/global.c
parent49cea7b628458fdaca794f2b01cf1b5901d8fb92 (diff)
downloadmpiosh-4b1237e6d4fc6ca2e5ffe10946c92fe2e5484be0.tar.gz
mpiosh-4b1237e6d4fc6ca2e5ffe10946c92fe2e5484be0.tar.bz2
mpiosh-4b1237e6d4fc6ca2e5ffe10946c92fe2e5484be0.zip
saving command history
Diffstat (limited to 'mpiosh/global.c')
-rw-r--r--mpiosh/global.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpiosh/global.c b/mpiosh/global.c
index 554652e..a6459bd 100644
--- a/mpiosh/global.c
+++ b/mpiosh/global.c
@@ -2,7 +2,7 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.c,v 1.5 2002/10/29 20:03:35 crunchy Exp $
+ * $Id: global.c,v 1.6 2002/11/04 16:25:17 crunchy Exp $
*
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
@@ -37,7 +37,7 @@ int mpiosh_cancel_ack = 0;
const char *CONFIG_GLOBAL = SYSCONFDIR "/mpio/";
const char *CONFIG_USER = "~/.mpio/";
const char *CONFIG_FILE = "mpioshrc";
-const char *CONFIG_HISTORY = "~/.mpio/mpiosh_history";
+const char *CONFIG_HISTORY = "history";
/* prompt strings */
const char *PROMPT_INT = "\033[;1mmpio <i>\033[m ";