mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Added more text expansions and enabled vi mode in zsh
This commit is contained in:
@@ -34,7 +34,7 @@ matches:
|
|||||||
replace: "mhoush@houshhomeenergy.com"
|
replace: "mhoush@houshhomeenergy.com"
|
||||||
- trigger: ":@h"
|
- trigger: ":@h"
|
||||||
replace: "@houshhomeenergy.com"
|
replace: "@houshhomeenergy.com"
|
||||||
- trigger: "@s"
|
- trigger: ":@s"
|
||||||
replace: "service@houshhomeenergy.com"
|
replace: "service@houshhomeenergy.com"
|
||||||
|
|
||||||
# Iso-seconds
|
# Iso-seconds
|
||||||
@@ -46,3 +46,7 @@ matches:
|
|||||||
params:
|
params:
|
||||||
cmd: "isosec"
|
cmd: "isosec"
|
||||||
|
|
||||||
|
# Youtube
|
||||||
|
- trigger: ":yt"
|
||||||
|
replace: "https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA"
|
||||||
|
|
||||||
|
|||||||
@@ -39,4 +39,7 @@ zsh_add_plugin "zsh-users/zsh-syntax-highlighting"
|
|||||||
autoload -U promptinit; promptinit
|
autoload -U promptinit; promptinit
|
||||||
prompt pure
|
prompt pure
|
||||||
|
|
||||||
|
# Enable vi mode
|
||||||
|
bindkey -v
|
||||||
|
|
||||||
cat < "$ZDOTDIR/banner"
|
cat < "$ZDOTDIR/banner"
|
||||||
|
|||||||
Reference in New Issue
Block a user