diff options
author | Thanos Apollo <[email protected]> | 2023-02-08 01:43:15 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-08 01:43:15 +0200 |
commit | 558a2b9d767203c52cd0ae35b508e2069f99d145 (patch) | |
tree | 364d15ab883570354948832702884416eb1d0e97 /.bashrc | |
parent | 7e4fc1d1eb857c6ec21404968d9da0e3162a9bb9 (diff) | |
parent | cf1b785be36c10c7d098363b4a8e26f566f216a7 (diff) |
Merge pull request #2 from ThanosApollo/update-doc
Update doc
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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\]' |