From 508866204adc26767c63756c32488cb2bc4ffb91 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Tue, 21 Feb 2023 17:06:28 +0100 Subject: [PATCH] Added init line example --- sqishrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sqishrc b/sqishrc index bd88efa..3175aea 100644 --- a/sqishrc +++ b/sqishrc @@ -1,7 +1,10 @@ --- #This is an example sqishrc. to be copied and modified as ~/.sqishrc # -#Prompt: Defines the promptline. Values are defined in all-caps, between $ and _. +#None of these configurations are mandatory. +# +#Prompt: Defines the promptline. Defaults to oldschool "$". +#Values are defined in all-caps, between $ and _. #Possible values: #HISTNUMBER: Current history number. Useful for !callback #USER : Username. @@ -33,3 +36,6 @@ aliases: hotkeys: a: "| less" b: "exit" + +#Init : A command to run on startup. Can be used for many things... +init: "echo ---Initialization over---"