summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-01-04 17:08:00 +0200
committerThanos Apollo <[email protected]>2023-01-04 17:08:00 +0200
commit45d9f9d4e44fe8ee8ce44744c51b1302c690cfbb (patch)
tree7b762cbc88a886ede609d0983da290ac0757dcfa /.bashrc
parent044c8050ffe0f91898970e9b31453eef93a76500 (diff)
Add bashrc and .shells
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc12
1 files changed, 12 insertions, 0 deletions
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\]