diff options
Diffstat (limited to '.bashrc')
-rwxr-xr-x | .bashrc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.bashrc b/.bashrc deleted file mode 100755 index ec59455..0000000 --- a/.bashrc +++ /dev/null @@ -1,15 +0,0 @@ -# Bash initialization for interactive non-login shells and -# for remote shells (info "(bash) Bash Startup Files"). - -# Export 'SHELL' to child processes. Programs such as 'screen' -# honor it and otherwise use /bin/sh. - - -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\]' - -#eval "$(starship init bash)" - |