Added more text expansions and enabled vi mode in zsh

This commit is contained in:
2021-12-27 11:48:05 -05:00
parent 2d36d7326d
commit afb17d1f4e
2 changed files with 8 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ matches:
replace: "mhoush@houshhomeenergy.com"
- trigger: ":@h"
replace: "@houshhomeenergy.com"
- trigger: "@s"
- trigger: ":@s"
replace: "service@houshhomeenergy.com"
# Iso-seconds
@@ -46,3 +46,7 @@ matches:
params:
cmd: "isosec"
# Youtube
- trigger: ":yt"
replace: "https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA"

View File

@@ -39,4 +39,7 @@ zsh_add_plugin "zsh-users/zsh-syntax-highlighting"
autoload -U promptinit; promptinit
prompt pure
# Enable vi mode
bindkey -v
cat < "$ZDOTDIR/banner"