diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 18:00:47 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 18:00:47 +0300 |
commit | 5b75c4c5fcd616c5bb4eade44cc823188aa30234 (patch) | |
tree | 72e7551558e4e49291bc413e95eda1593de9eae1 /.bashrc | |
parent | efa51a768714b01efc862c28180d5d639c04692c (diff) |
remove build-docs.el and bash files
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)" - |