summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-12-16 11:42:33 +0100
committerMarc Vertes <mvertes@free.fr>2024-12-16 11:42:33 +0100
commit517baf7e7578ffb4170be32fbe8900ceea340ad5 (patch)
tree5121f0086d7a6deee194e657538bb0abf06f5cb6 /.profile
parent550d6039ab215459e8dc3f83e1cb238156bcc3f3 (diff)
parent4bba38ec61e0aba340ea885f2b85ace465735eca (diff)
Merge branch 'alpine' of github.com:mvertes/dotfiles into alpine
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index deb8145..fadd6d8 100644
--- a/.profile
+++ b/.profile
@@ -4,9 +4,11 @@ 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'
+
# Last action: auto start X11 when logged on first console
#case $HOSTNAME in
#([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;