Merge branch 'master' into dataport

This commit is contained in:
Michael Grote 2024-07-26 08:21:47 +02:00
commit 4a0c429e8c
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ alias gd="git difftool"
alias gsp="git stage -p"
# docker
alias dcu="docker-compose up"
alias dlogs="docker-compose logs -f"
alias dcd="docker-compose down"
alias dcr="docker-compose down && docker-compose up -d"
# safeguard

View file

@ -8,6 +8,7 @@ BLACK='\[\e[30m\]'
RESET='\[\e[0m\]'
ORANGE='\[\e[0;33m\]'
# git-symbole: * unstaged, + staged, $ stashed, % untracked
source /usr/lib/git-core/git-sh-prompt
export GIT_PS1_SHOWUNTRACKEDFILES=1
export GIT_PS1_SHOWDIRTYSTATE=1
export GIT_PS1_SHOWSTASHSTATE=1