Skip to content

Commit cb4b6a6

Browse files
committed
zsh: add olets/zsh-abbr
1 parent f12a3ea commit cb4b6a6

2 files changed

Lines changed: 23 additions & 15 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
abbr "b"="brew"
2+
abbr "brew c"="brew cleanup"
3+
abbr "brew i"="brew install"
4+
abbr "brew if"="brew info"
5+
abbr "brew l"="brew list"
6+
abbr "brew rm"="brew remove"
7+
abbr "brew s"="brew search"
8+
abbr "brew u"="brew upgrade"

.config/zsh/.zsh_plugins.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
zdharma-continuum/fast-syntax-highlighting kind:defer
2-
marlonrichert/zsh-autocomplete kind:defer
3-
zsh-users/zsh-autosuggestions kind:defer
4-
zsh-users/zsh-completions kind:defer
5-
mattmc3/zman kind:defer
1+
olets/zsh-abbr
2+
3+
mattmc3/ez-compinit
4+
zsh-users/zsh-completions kind:fpath path:src
5+
6+
mattmc3/zman
67
mafredri/zsh-async
7-
zdharma-continuum/history-search-multi-word kind:defer
8-
jasonmccreary/git-trim kind:defer
9-
mollifier/anyframe kind:defer
10-
b4b4r07/emoji-cli kind:defer
11-
b4b4r07/enhancd kind:defer
12-
hlissner/zsh-autopair kind:defer
13-
ytet5uy4/fzf-widgets kind:defer
14-
wfxr/forgit kind:defer
15-
hchbaw/zce.zsh kind:defer
16-
zpm-zsh/undollar kind:defer
8+
mollifier/anyframe
9+
ytet5uy4/fzf-widgets
10+
hchbaw/zce.zsh
11+
12+
hlissner/zsh-autopair
13+
zdharma-continuum/fast-syntax-highlighting
14+
zsh-users/zsh-autosuggestions
15+
marlonrichert/zsh-autocomplete
16+
zdharma-continuum/history-search-multi-word

0 commit comments

Comments
 (0)