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