diff options
author | Thanos Apollo <[email protected]> | 2023-02-01 10:44:49 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-01 10:44:49 +0200 |
commit | 92cc8ebadc57f25a02fdbb55f31858aad4d5e504 (patch) | |
tree | f851f88f571890e23dd81c8ae34aad7bf3e5b34b /.bashrc | |
parent | 9561461a2b5e7a8adad5acacc6bd1d5a127cda0d (diff) |
bashrc: Change to starship
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,3 +11,5 @@ source ~/.shells/exports 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\]' +#eval "$(starship init bash)" + |