1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Fixed $DOTFILES not being defined

This commit is contained in:
Joe Groocock 2016-04-02 15:41:54 +01:00
parent 779c5d63e1
commit 19695f16e8

View File

@ -1,6 +1,8 @@
#!/bin/sh
set -e
source ../.profile
cd $HOME
echo cd `pwd`