Add '.bashrc'

This commit is contained in:
2022-12-11 01:52:37 +01:00
parent ca7399eb4d
commit 1ed49827ef

11
.bashrc Normal file
View File

@@ -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)"