Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 4, 2023
1 parent 18856c2 commit 9dc57d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/alias-fink.sh → examples/aliases-fink.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ MYSHELL=$(echo $SHELL)
MYSHELL=$(basename $MYSHELL)
source <(finkctl completion $MYSHELL)

FINK_BROKER_SRC_DIR="$HOME/src/fink-broker"
FINK_ALERT_SIM_SRC_DIR="$HOME/src/fink-alert-simulator"
FINKCTL_SRC_DIR="$HOME/src/finkctl"
ASTROLAB_DIR="$HOME/src/astrolabsoftware"

FINK_BROKER_SRC_DIR="$ASTROLAB_DIR/fink-broker"
FINK_ALERT_SIM_SRC_DIR="$ASTROLAB_DIR/fink-alert-simulator"
FINKCTL_SRC_DIR="$ASTROLAB_DIR/finkctl"

export FINKCONFIG=$FINK_BROKER_SRC_DIR/itest

Expand Down

0 comments on commit 9dc57d6

Please sign in to comment.