thaylen-city: Some zsh config
This commit is contained in:
parent
9299ba89c3
commit
dfe2459618
1 changed files with 8 additions and 1 deletions
|
@ -107,7 +107,14 @@
|
||||||
];
|
];
|
||||||
theme = "robbyrussell";
|
theme = "robbyrussell";
|
||||||
};
|
};
|
||||||
sessionVariables = { DEFAULT_USER = "charlotte.vanpetegem"; };
|
sessionVariables = {
|
||||||
|
DEFAULT_USER = "charlotte.vanpetegem";
|
||||||
|
# Until I get emacs set up on this machine
|
||||||
|
EDITOR = "vim";
|
||||||
|
};
|
||||||
|
shellAliases = {
|
||||||
|
gupd = "gfa && gprom";
|
||||||
|
};
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue