-
Notifications
You must be signed in to change notification settings - Fork 1
/
abbreviations
48 lines (37 loc) · 970 Bytes
/
abbreviations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file contains all the custom fish abbreviations that I enable.
# The helpers/abbrs.fish script reads it in and passes each non-comment
# line to abbr with --add or --erase depending on if it's during an install
# or uninstall
#
# Due to a change in 3.6.0 I can't used run abbr --add directly, instead the
# abbreviations are written to ~/.config/fish/conf.d/abbreviations.fish which will
# be loaded on shell start
# Quick edit access for Zephish plugin
ce cursor
EZ cursor ~/.local/share/omf/pkg/zephish
# General abbreviations
c clear
e exit
# Git abbreviations
gcopr gh pr checkout
# Shorten nvm
n nvm use --delete-prefix
# Git remove merged branches
grmb git rm-merged
# Helpers for package manager interop
a add
ad add --dev
i install
u uninstall
r run
rd run dev
# Shorten atuin command given I can never remember how to spell it
h atuin
# Use zoxide over cd
cd z
# Rust
cb cargo build
# Use ai as a shortcut for mods
ai mods
# Mise
mr mise run