From 2f31eef54bd4b4748c060ee08004748367397bc4 Mon Sep 17 00:00:00 2001 From: kuben Date: Sat, 21 Dec 2019 10:19:18 +0100 Subject: [PATCH] bashrc: Git prompt on kubaArch-Laptop --- .bashrc.kuba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.kuba b/.bashrc.kuba index 22df658..fb42d7a 100755 --- a/.bashrc.kuba +++ b/.bashrc.kuba @@ -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