tangled
alpha
login
or
join now
jaspermayone.com
/
dots
0
fork
atom
@jaspermayone.com's dotfiles
0
fork
atom
overview
issues
pulls
pipelines
forgot trigger char on espanso
jaspermayone.com
1 month ago
a2b2c482
c47ff78d
+6
-1
2 changed files
expand all
collapse all
unified
split
configs
espanso
match
personal.yml
modules
shell.nix
+1
-1
configs/espanso/match/personal.yml
···
17
17
- triggers: [";website", ";site"]
18
18
replace: "https://jaspermayone.com"
19
19
20
20
-
- triggers: ["cv"]
20
20
+
- triggers: [";cv"]
21
21
replace: "https://jasper.cv"
22
22
23
23
# Organizations (public info)
+5
modules/shell.nix
···
560
560
# ============================================================================
561
561
# PATH EXPORTS
562
562
# ============================================================================
563
563
+
# Remus-specific: Run path_helper to setup PATH
564
564
+
if [[ $(hostname -s) == "remus" ]]; then
565
565
+
eval "$(/usr/libexec/path_helper -s)"
566
566
+
fi
567
567
+
563
568
# Note: flyctl, bun, pnpm are now managed by nix
564
569
export PATH="$HOME/bin:$PATH"
565
570
export PATH="$HOME/.local/bin:$PATH"