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