Add openfoam_env fish function
This commit is contained in:
parent
4ae8a0def6
commit
35cbecd0c8
1 changed files with 4 additions and 0 deletions
4
openfoam_env.fish
Normal file
4
openfoam_env.fish
Normal 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
|
||||
|
Loading…
Reference in a new issue