Added init line example

This commit is contained in:
Justine Pelletreau 2023-02-21 17:06:28 +01:00
parent 0bf2c601c3
commit 508866204a

View File

@ -1,7 +1,10 @@
--- ---
#This is an example sqishrc. to be copied and modified as ~/.sqishrc #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: #Possible values:
#HISTNUMBER: Current history number. Useful for !callback #HISTNUMBER: Current history number. Useful for !callback
#USER : Username. #USER : Username.
@ -33,3 +36,6 @@ aliases:
hotkeys: hotkeys:
a: "| less" a: "| less"
b: "exit" b: "exit"
#Init : A command to run on startup. Can be used for many things...
init: "echo ---Initialization over---"