4 lines
108 B
Bash
4 lines
108 B
Bash
|
#!/bin/bash
|
||
|
echo 'eval "$(oh-my-posh init bash --config ~/.omp/manuel.omp.json)"' \
|
||
|
| tee -a ~/.bashrc;
|