1
Fork 0

Add openfoam_env fish function

This commit is contained in:
Edgar P. Burkhart 2023-05-16 11:55:23 +02:00
parent 4ae8a0def6
commit 35cbecd0c8
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 0 deletions

4
openfoam_env.fish Normal file
View File

@ -0,0 +1,4 @@
function openfoam_env
bash --rcfile /opt/openfoam9/etc/bashrc -ic "fish -C 'function fish_prompt; echo -s (set_color 66cc00) \"openfoam\" (set_color normal) \" \\\$ \"; end'"
end