summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
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 ;;