From 74ee47b278554bdaf06640049428e736fc6d24c0 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 31 Dec 2021 04:33:37 +0300 Subject: [PATCH] add starship.toml and fix bashrc $PATH --- Bash/.bashrc | 4 ++-- Bash/starship.toml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Bash/starship.toml diff --git a/Bash/.bashrc b/Bash/.bashrc index d8871e7..01aa5ab 100644 --- a/Bash/.bashrc +++ b/Bash/.bashrc @@ -6,7 +6,7 @@ source /usr/share/git/completion/git-completion.bash source $HOME/.config/bash-wakatime/bash-wakatime.sh # PS1 -ENDCOLOR="\e[m" +# ENDCOLOR="\e[m" # PS1="\e[36m\h${ENDCOLOR} \e[35m\W${ENDCOLOR} \$> " # ALIASES @@ -21,7 +21,7 @@ alias pacman-orphaned='pacman -Rns $(pacman -Qtdq)' # delete orphaned packages ( export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" -export PATH="$PATH;node_modules/.bin" +export PATH="$PATH:node_modules/.bin:$HOME/.bin" # StarShip eval "$(starship init bash)" diff --git a/Bash/starship.toml b/Bash/starship.toml new file mode 100644 index 0000000..385d4b4 --- /dev/null +++ b/Bash/starship.toml @@ -0,0 +1,4 @@ +# ~/.config/starship.toml + +scan_timeout = 10 +add_newline = false