diff options
author | Thanos Apollo <[email protected]> | 2023-02-07 21:44:11 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-07 21:44:59 +0200 |
commit | 7aa32d2a85d716df954f4590a6a73f38bdf3543b (patch) | |
tree | 372052594b0ed27ffc5c27a0b41c4bfc8dd08b16 /.bashrc | |
parent | 782839ebe235c239a891b4e0be8ca18147151655 (diff) |
bashrc: update sources
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\]' |