Now reading aliases and hotkeys
This commit is contained in:
10
sqishrc.yaml
10
sqishrc.yaml
@ -24,3 +24,13 @@
|
||||
#For example $RGB|108|84|30_ gives you an ugly shade of brown
|
||||
prompt: "$COLORLBLACK_ !$HISTNUMBER_$COLORCYAN_[$USER_@$HOSTNAME_]$RGB|125|0|125_$DIR_> $COLORRESET_"
|
||||
|
||||
#Classic aliases
|
||||
aliases:
|
||||
gcl: git clone
|
||||
gpl: git pull
|
||||
|
||||
#Hotkeys : When pressing Alt + the letter (a, b... up to y), enters the text inside the command
|
||||
#Alt + Z Cancels last hotkey
|
||||
hotkeys:
|
||||
a: "| less"
|
||||
b: "exit"
|
||||
|
||||
Reference in New Issue
Block a user