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:
parent
779c5d63e1
commit
19695f16e8
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
source ../.profile
|
||||
|
||||
cd $HOME
|
||||
echo cd `pwd`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user