summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-07 21:44:11 +0200
committerThanos Apollo <[email protected]>2023-02-07 21:44:59 +0200
commit7aa32d2a85d716df954f4590a6a73f38bdf3543b (patch)
tree372052594b0ed27ffc5c27a0b41c4bfc8dd08b16 /.bashrc
parent782839ebe235c239a891b4e0be8ca18147151655 (diff)
bashrc: update sources
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 35cf2b3..ec59455 100644
--- a/.bashrc
+++ b/.bashrc
@@ -5,8 +5,8 @@
# honor it and otherwise use /bin/sh.
-source ~/.shells/alias
-source ~/.shells/exports
+source ~/.shells/alias.sh
+source ~/.shells/exports.sh
#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\]'