From c277d54d35c064dafc1abe6be1763dcc6eb99b4d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 6 Apr 2021 11:57:33 +0200 Subject: update --- .profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index acb8299..deb8145 100644 --- a/.profile +++ b/.profile @@ -2,7 +2,10 @@ PATH=~/bin:$PATH:~/go/bin -[ "${SHELL##*/}" = bash ] && . ~/.bashrc +[ "${SHELL##*/}" = bash ] && { + . ~/.bashrc + eval "$(gh completion -s bash)" +} # Last action: auto start X11 when logged on first console #case $HOSTNAME in -- cgit v1.2.3