dotfiles/local/.bashrc.vriska

25 lines
555 B
Text
Raw Normal View History

2019-02-19 15:50:55 +01:00
#
# ~/.bashrc.local -- vriska version
#
# Host-specific aliases
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
2019-08-26 15:43:01 +02:00
alias git-fetchboth="git fetch origin master:master; git fetch origin develop:develop"
2019-02-19 15:50:55 +01:00
# Assume colors are set in global .bashrc:
# - TRED
# - TGREEN
# - TCYANB (bold)
# - TBLUE
# - TWHITEB (bold)
# - TRESET
# Set host-specific bash prompt: "user@host pwd >:] "
#if [[ ${EUID} == 0 ]] ; then
# PS1="${TRED}\u@\h ${TBLUE}\w ${TCYANB}>:] ${TRESET}"
#else
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TCYANB}>:] ${TRESET}"
#fi