home: add devenv hooking to zsh and bash depending on environment
This commit is contained in:
@@ -13,6 +13,7 @@ in
|
|||||||
|
|
||||||
# Display fastfetch on shell open.
|
# Display fastfetch on shell open.
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
eval "$(devenv hook bash)"
|
||||||
clear;fastfetch
|
clear;fastfetch
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@@ -24,6 +25,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
eval "$(devenv hook zsh)"
|
||||||
clear;fastfetch
|
clear;fastfetch
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user