From a7b4e094e5e16d19b007088e7f6aecb2be9e050f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 3 Jul 2022 18:23:44 +0200 Subject: update --- .profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index deb8145..1d05d72 100644 --- a/.profile +++ b/.profile @@ -7,6 +7,8 @@ PATH=~/bin:$PATH:~/go/bin eval "$(gh completion -s bash)" } +alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' + # Last action: auto start X11 when logged on first console #case $HOSTNAME in #([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;; -- cgit v1.2.3 From fdf9f492e04870da59f180bbaffedf610952bfd0 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 24 Sep 2022 17:09:15 +0200 Subject: update --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 1d05d72..fadd6d8 100644 --- a/.profile +++ b/.profile @@ -4,10 +4,10 @@ PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && { . ~/.bashrc - eval "$(gh completion -s bash)" + # eval "$(gh completion -s bash)" } -alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' +# alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' # Last action: auto start X11 when logged on first console #case $HOSTNAME in -- cgit v1.2.3