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---"