Fix dotfiles path definition

This commit is contained in:
saibotk 2022-04-17 21:14:14 +02:00
parent 51055a2487
commit 1ba17411c2
Signed by: saibotk
GPG key ID: 67585F0065E261D5
5 changed files with 5 additions and 8 deletions

View file

@ -1,2 +0,0 @@
# Path to your dotfiles.
export DOTFILES=$HOME/.dotfiles

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Load common config environment variables
source ./config.env
source config.env
# Paths to openssl to build pecl extensions (swoole)
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Load common config environment variables
source ./config.env
# Path to your dotfiles.
export DOTFILES=$HOME/.dotfiles
echo "Setting up your system..."
echo "Your dotfiles path: $DOTFILES"

View file

@ -1,5 +1,5 @@
# Load common config environment variables
source config.env
# Path to your dotfiles.
export DOTFILES=$HOME/.dotfiles
# Load extra files
source $DOTFILES/zsh/aliases.zsh

View file

@ -1 +0,0 @@
../config.env