@jaspermayone.com's dotfiles

forgot trigger char on espanso

+6 -1
+1 -1
configs/espanso/match/personal.yml
··· 17 17 - triggers: [";website", ";site"] 18 18 replace: "https://jaspermayone.com" 19 19 20 - - triggers: ["cv"] 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 + # Remus-specific: Run path_helper to setup PATH 564 + if [[ $(hostname -s) == "remus" ]]; then 565 + eval "$(/usr/libexec/path_helper -s)" 566 + fi 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"