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