From 1ed49827efab0aba7dbe6017cb8c91b69e64fe7b Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sun, 11 Dec 2022 01:52:37 +0100 Subject: [PATCH] Add '.bashrc' --- .bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bashrc 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