diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
