added 'bash-conf-work' (for work specific paths and alias), among others

This commit is contained in:
scbj
2024-10-01 16:53:21 +02:00
parent c0191441a2
commit b2cd8429da
4 changed files with 24 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ PS1='[\u@\h \W]\$ '
# overwrite $TERM to avoid problems when connecting to devices via ssh
export TERM="xterm-256color"
# extend PATH variable
# export PATH=$PATH:~/path/to/add
# setup starship
eval "$(starship init bash)"
@@ -27,4 +30,7 @@ eval "$(starship init bash)"
# custom functions for specific purposes
source ~/collection/commands/colors.sh
source ~/collection/commands/dunst.sh
source ~/collection/commands/dunst.sh
# source alias file
source ~/.bash_alias