Skip to content

Commit c5e4dfa

Browse files
committed
zsh: fix abbrs
1 parent 7654eff commit c5e4dfa

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.config/zsh-abbr/user-abbreviations

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ abbr "brew s"="brew search"
88
abbr "brew u"="brew upgrade"
99
abbr "d"="docker"
1010
abbr "dco"="docker compose"
11-
abbr "l"="eza -lgF"
12-
abbr "la"="eza -lgaF"
11+
abbr "jjd"="jj diff"
12+
abbr "jjf"="jj git fetch"
13+
abbr "jjn"="jj new"
14+
abbr "l"="eza -lg"
15+
abbr "la"="eza -lga"
1316
abbr "v"="nvim"
1417
abbr "y"="yadm"

0 commit comments

Comments
 (0)