added 'bash-conf-work' (for work specific paths and alias), among others
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user