summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
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 ;;