summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-08 01:43:15 +0200
committerGitHub <[email protected]>2023-02-08 01:43:15 +0200
commit558a2b9d767203c52cd0ae35b508e2069f99d145 (patch)
tree364d15ab883570354948832702884416eb1d0e97 /.bashrc
parent7e4fc1d1eb857c6ec21404968d9da0e3162a9bb9 (diff)
parentcf1b785be36c10c7d098363b4a8e26f566f216a7 (diff)
Merge pull request #2 from ThanosApollo/update-doc
Update doc
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\]'