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