change cargo home
This commit is contained in:
parent
26f2a05b96
commit
114bbe8abf
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ in rec {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
PATH = "${config.xdg.dataHome}/npm/bin:$PATH";
|
PATH = "${config.xdg.dataHome}/npm/bin:$PATH";
|
||||||
DIRENV_LOG_FORMAT = "";
|
DIRENV_LOG_FORMAT = "";
|
||||||
|
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||||
};
|
};
|
||||||
localVariables = {
|
localVariables = {
|
||||||
PS1 = "%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b ";
|
PS1 = "%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue