Fix formatting
This commit is contained in:
parent
5583b29705
commit
684120e8d6
1 changed files with 4 additions and 5 deletions
|
|
@ -3,14 +3,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"ll" = "ls -l";
|
"ll" = "ls -l";
|
||||||
"la" = "ls -la";
|
"la" = "ls -la";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
};
|
};
|
||||||
|
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
source $HOME/.profile
|
source $HOME/.profile
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue