mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
fish: rename repo path variables
This commit is contained in:
parent
acfc46aeb5
commit
d49561657e
7 changed files with 19 additions and 22 deletions
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
home = {
|
||||
sessionVariables = lib.mapAttrs (_: path: "${config.home.homeDirectory}/${path}") {
|
||||
REPOS_PATH = "repos";
|
||||
UNIV_REPOS_PATH = "univ-repos";
|
||||
REPO_PATH = "repo";
|
||||
UNIV_REPO_PATH = "univ-repo";
|
||||
PLAYGROUND_PATH = "playground";
|
||||
WORKTREE_PATH = "worktree";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue