This commit is contained in:
Michael Thomas 2021-09-14 17:10:12 -04:00
commit 3cae084995

View File

@ -11,10 +11,15 @@
neofetch neofetch
pfetch pfetch
fortune fortune
micro
]; ];
programs.zsh.shellAliases = { programs.zsh = {
shellAliases = {
code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe"; code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe";
}; };
profileExtra = ''
source $HOME/.profile
'';
};
} }