Move oh-my-posh theme to global folder
This commit is contained in:
parent
2aa9205ada
commit
f85c286b35
2 changed files with 2 additions and 2 deletions
scripts/Common/Config/bash
|
@ -4,7 +4,7 @@ then
|
|||
{
|
||||
echo "";
|
||||
echo "# Oh My Posh!";
|
||||
echo 'eval "$(oh-my-posh init bash --config ~/.omp/manuel.omp.json)"'
|
||||
echo 'eval "$(oh-my-posh init bash --config /usr/share/oh-my-posh/themes/manuel.omp.json)"'
|
||||
echo 'eval "$(oh-my-posh completion bash)"';
|
||||
} | tee -a ~/.bashrc > /dev/null;
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue