Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions dot_config/zabrze/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,36 @@ abbrevs:
snippet: install
context: '^pnpm\s'
global: true
- name: pnpm add
abbr: a
snippet: add
context: '^pnpm\s'
global: true
- name: pnpm add -D
abbr: ad
snippet: add -D
context: '^pnpm\s'
global: true
- name: pnpm remove
abbr: rm
snippet: remove
context: '^pnpm\s'
global: true
- name: pnpm run
abbr: r
snippet: run
context: '^pnpm\s'
global: true
- name: pnpm dlx
abbr: d
snippet: dlx
context: '^pnpm\s'
global: true
- name: pnpm exec
abbr: e
snippet: exec
context: '^pnpm\s'
global: true

# Bun
- name: bun
Expand All @@ -121,3 +151,26 @@ abbrevs:
snippet: install
context: '^bun\s'
global: true
- name: bun add
abbr: a
snippet: add
context: '^bun\s'
global: true
- name: bun install
abbr: ad
snippet: add -D
context: '^bun\s'
global: true
- name: bun remove
abbr: rm
snippet: remove
context: '^bun\s'
global: true
- name: bun run
abbr: r
snippet: run
context: '^bun\s'
global: true
- name: bunx
abbr: bnx
snippet: bunx