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.
|
||||
initExtra = ''
|
||||
eval "$(devenv hook bash)"
|
||||
clear;fastfetch
|
||||
'';
|
||||
};
|
||||
@@ -24,6 +25,7 @@ in
|
||||
enable = true;
|
||||
|
||||
initExtra = ''
|
||||
eval "$(devenv hook zsh)"
|
||||
clear;fastfetch
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user