Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/Al4ise/Azule
Browse files Browse the repository at this point in the history
  • Loading branch information
Al4ise committed Oct 22, 2021
2 parents 0ae5c84 + 67eb9a1 commit f7565d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azule-functions
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

# Set Environment Variable
export AZULE=~/Azule
if [[ -z "$AZULE" ]]; then
export AZULE="$HOME/Azule"
fi

# Add azule commands to PATH
if [ -d "$AZULE" ]; then
Expand Down

0 comments on commit f7565d9

Please sign in to comment.