Merge branch 'main' of iiiypuk.me:iiiypuk/config
This commit is contained in:
commit
f85f74744c
@ -6,7 +6,7 @@ source /usr/share/git/completion/git-completion.bash
|
|||||||
source $HOME/.config/bash-wakatime/bash-wakatime.sh
|
source $HOME/.config/bash-wakatime/bash-wakatime.sh
|
||||||
|
|
||||||
# PS1
|
# PS1
|
||||||
ENDCOLOR="\e[m"
|
# ENDCOLOR="\e[m"
|
||||||
# PS1="\e[36m\h${ENDCOLOR} \e[35m\W${ENDCOLOR} \$> "
|
# PS1="\e[36m\h${ENDCOLOR} \e[35m\W${ENDCOLOR} \$> "
|
||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
@ -21,7 +21,7 @@ alias pacman-orphaned='pacman -Rns $(pacman -Qtdq)' # delete orphaned packages (
|
|||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||||
export PATH="$PATH;node_modules/.bin"
|
export PATH="$PATH:node_modules/.bin:$HOME/.bin"
|
||||||
|
|
||||||
# StarShip
|
# StarShip
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
4
Bash/starship.toml
Normal file
4
Bash/starship.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# ~/.config/starship.toml
|
||||||
|
|
||||||
|
scan_timeout = 10
|
||||||
|
add_newline = false
|
Loading…
Reference in New Issue
Block a user