mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
fish: shorten repo path
This commit is contained in:
parent
a5313616d5
commit
c2b41efb97
2 changed files with 6 additions and 6 deletions
|
|
@ -18,9 +18,9 @@
|
|||
|
||||
home = {
|
||||
sessionVariables = lib.mapAttrs (_: path: "${config.home.homeDirectory}/${path}") {
|
||||
REPO_PATH = "repo";
|
||||
PLAYGROUND_PATH = "playground";
|
||||
WORKTREE_PATH = "worktree";
|
||||
REPO_PATH = "r";
|
||||
PLAYGROUND_PATH = "pg";
|
||||
WORKTREE_PATH = "wt";
|
||||
};
|
||||
packages = [ pkgs.vivid ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue