bashrc: Git prompt on kubaArch-Laptop
This commit is contained in:
@@ -14,7 +14,7 @@ export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH"
|
||||
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
|
||||
alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
|
||||
|
||||
if [ "$(hostname)" == "kubaDesktop" ]; then
|
||||
if [ "$(hostname)" == "kubaDesktop" ] || [ "$(hostname)" == "kubaArch-Laptop" ]; then
|
||||
source /usr/share/git/completion/git-prompt.sh
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user