diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..6bf2ab6 --- /dev/null +++ b/.bashrc @@ -0,0 +1,11 @@ + + +export COLOR_ACCENT="#0ca8fb" +export COLOR_SECONDARY="#011f2a" +export COLOR_TERTIARY="#0f63bd" + +tmux set-environment -g COLOR_ACCENT "#0ca8fb" +tmux set-environment -g COLOR_SECONDARY "#011f2a" +tmux set-environment -g COLOR_TERTIARY "#0f63bd" + +eval "$(oh-my-posh init bash --config ~/.omp.json)" \ No newline at end of file