From 4b1237e6d4fc6ca2e5ffe10946c92fe2e5484be0 Mon Sep 17 00:00:00 2001 From: crunchy Date: Mon, 4 Nov 2002 16:25:17 +0000 Subject: saving command history --- mpiosh/global.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpiosh/global.c') 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 * - * $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 * @@ -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 \033[m "; -- cgit v1.2.3