Fixed dyonisos shell aliases
the extraAliases options works now, tba: dynamic update command depending on user.
This commit is contained in:
parent
01a44811f5
commit
fe186a8570
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiling = false;
|
profiling = false;
|
||||||
extraAliases = {
|
extraAliases = {
|
||||||
cls = "clear";
|
cls = "clear";
|
||||||
cd = "z";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue