diff options
author | Thanos Apollo <[email protected]> | 2023-01-04 18:43:17 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-04 18:43:17 +0200 |
commit | 773bd263bbb65e656a6184e8fe7e653399ae07ba (patch) | |
tree | f97c9c140e7abbd0c5792caeef431fa29b35a45e /.bashrc | |
parent | be22b8703692085d947569cd2d2af13f24e3c762 (diff) |
update bash, add fanki alias
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,6 +7,7 @@ source ~/.shells/alias source ~/.shells/exports -source ~/.shells/prompt +#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\]' -# 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\] |