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;
|
||||
enableVteIntegration = true;
|
||||
shellAliases = {
|
||||
"ll" = "ls -l";
|
||||
"la" = "ls -la";
|
||||
".." = "cd ..";
|
||||
"ll" = "ls -l";
|
||||
"la" = "ls -la";
|
||||
".." = "cd ..";
|
||||
};
|
||||
|
||||
bashrcExtra = ''
|
||||
source $HOME/.profile
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue