Aliases work, Alt + . works, README update
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
#This is an example sqishrc. to be copied and modified as ~/.sqish.yaml (not .yml,
|
||||
#This is an example sqishrc. to be copied and modified as ~/.sqishirc.yaml (not .yml,
|
||||
#I can't be bothered to deal with 2 different extensions).
|
||||
#
|
||||
#Prompt: Defines the promptline. Values are defined in all-caps, between $ and _.
|
||||
@ -24,7 +24,7 @@
|
||||
#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
|
||||
#Classic aliases, can be used in conjunction with hotkeys
|
||||
aliases:
|
||||
gcl: git clone
|
||||
gpl: git pull
|
||||
|
||||
Reference in New Issue
Block a user