diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-12-16 11:42:33 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-12-16 11:42:33 +0100 |
| commit | 517baf7e7578ffb4170be32fbe8900ceea340ad5 (patch) | |
| tree | 5121f0086d7a6deee194e657538bb0abf06f5cb6 /.profile | |
| parent | 550d6039ab215459e8dc3f83e1cb238156bcc3f3 (diff) | |
| parent | 4bba38ec61e0aba340ea885f2b85ace465735eca (diff) | |
Merge branch 'alpine' of github.com:mvertes/dotfiles into alpine
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ;; |
