From 45d9f9d4e44fe8ee8ce44744c51b1302c690cfbb Mon Sep 17 00:00:00 2001
From: Thanos Apollo <apollothanosmd@gmail.com>
Date: Wed, 4 Jan 2023 17:08:00 +0200
Subject: Add bashrc and .shells

---
 .bashrc | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .bashrc

(limited to '.bashrc')

diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..12c4bbd
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,12 @@
+# Bash initialization for interactive non-login shells and
+# for remote shells (info "(bash) Bash Startup Files").
+
+# Export 'SHELL' to child processes.  Programs such as 'screen'
+# honor it and otherwise use /bin/sh.
+
+
+source ~/.shells/alias
+source ~/.shells/exports
+source ~/.shells/prompt
+
+# PS1='\n\[\e[0m\][\[\e[0;1;38;5;208m\]\w\[\e[0;2;38;5;248m\]|\[\e[0;2;38;5;220m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2) \[\e[0;2;38;5;242m\]\t\[\e[0m\]]\n\[\e[0m\]-\[\e[0m\]> \[\e[0m\]
-- 
cgit v1.2.3