mirror of
https://github.com/lotabout/skim.git
synced 2026-09-09 23:06:17 -04:00
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
export _skim_flake_profile="default"
|
|
# .envrc.local lets you override the _skim_flake_profile if needed: `export _skim_flake_profile="full"`
|
|
source_env_if_exists .envrc.local
|
|
use flake .#"$_skim_flake_profile"
|