summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 11:40:18 +0200
committerSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 11:40:18 +0200
commit201fa8ea2bed703dd1187550f94892b9ee82a00d (patch)
tree761edb60f69407aa2e0c112fc76986b9e36a018f /src/Makefile
parent6f1f41ffe3283a0bbfe2c2f745d348c30be2adbf (diff)
Make the location of sc-imfo easier to change
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8e7e11b..78b9cdd 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,7 @@ CFLAGS += -DDFLT_EDITOR=\"vim\"
# Comment out to disable color support
CFLAGS += -DUSECOLORS
# Command history file, relative to home directory. Comment out to disable commandline history
-CFLAGS += -DHISTORY_FILE=\"$(HISTORY_FOLDER)/sc-iminfo\"
+CFLAGS += -DHISTORY_FILE=\"sc-iminfo\"
CFLAGS += -DHISTORY_FOLDER=\"$(HISTORY_FOLDER)\"
# Input mode history. Same as previous, but for insert mode commands
CFLAGS += -DINS_HISTORY_FILE=\"$(HISTORY_FOLDER)/sc-iminfo\"