Added init line example
This commit is contained in:
parent
0bf2c601c3
commit
508866204a
8
sqishrc
8
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---"
|
||||
|
Loading…
x
Reference in New Issue
Block a user