New wsl machine, workaround for profile
This commit is contained in:
parent
3f45bb3645
commit
011a9da57c
@ -11,10 +11,15 @@
|
|||||||
neofetch
|
neofetch
|
||||||
pfetch
|
pfetch
|
||||||
fortune
|
fortune
|
||||||
|
micro
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh = {
|
||||||
code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe";
|
shellAliases = {
|
||||||
|
code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe";
|
||||||
|
};
|
||||||
|
profileExtra = ''
|
||||||
|
source $HOME/.profile
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user