broken out gbt settings in seperate file

This commit is contained in:
Jonas Forsberg 2020-05-04 11:24:36 +02:00
parent a6a9a1d283
commit 98d6acadd9
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

31
.gbt.sh Normal file
View File

@ -0,0 +1,31 @@
export GBT_SHELL="$0"
export VIRTUAL_ENV_DISABLE_PROMPT=1
export GBT__SSH_CATCH_PSEUDO_TERMINAL=true
export PS1='$(~/go/bin/gbt $?)'
export GBT_CARS='OS, Git, Dir, Custom1, Custom2, Custom3, PyVirtEnv, Status, Sign'
export GBT_CAR_PYVIRTENV_FORMAT='{{ Icon }}'
export GBT_CAR_DIR_BG='dark_gray'
export GBT_CAR_DIR_DEPTH='3'
export GBT_CAR_STATUS_FORMAT=' {{ Code }} '
export GBT_CAR_SIGN_USER_TEXT=''
export GBT_CAR_CUSTOM1_TEXT_TEXT='MyDot: error'
export GBT_CAR_CUSTOM1_BG='red'
export GBT_CAR_CUSTOM1_DISPLAY_CMD="$HOME/.local/bin/dotfiles_gbt_status.sh check_error"
export GBT_CAR_CUSTOM1_TEXT_TEXT='MyDot: err'
export GBT_CAR_CUSTOM2_BG='green'
export GBT_CAR_CUSTOM2_FG='black'
export GBT_CAR_CUSTOM2_TEXT_TEXT='MyDot: commit'
export GBT_CAR_CUSTOM2_DISPLAY_CMD="$HOME/.local/bin/dotfiles_gbt_status.sh check_status"
export GBT_CAR_CUSTOM3_TEXT_TEXT='MyDot: push'
export GBT_CAR_CUSTOM3_BG='green'
export GBT_CAR_CUSTOM3_FG='black'
export GBT_CAR_CUSTOM3_DISPLAY_CMD="$HOME/.local/bin/dotfiles_gbt_status.sh check_push"
#Prompt forward:
export GBT__SSH_IGNORE=(crs)
export GBT__HOME="${HOME}/go/src/github.com/jtyr/gbt"
export GBT__CARS_REMOTE='OS, Hostname, Git, Dir, Status, Sign'
export GBT__THEME_SSH="${HOME}/.gbts_theme.sh"
source ~/go/src/github.com/jtyr/gbt/sources/gbts/cmd/local.sh
alias ssh='gbt_ssh'
alias sudo='gbt_sudo'