Open
Description
Scripts for fish are required in the following document
following code is written in that document:
export PATH="${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH"
However, it is only for bash or zsh. The script for fish user is required
like this:
fish_add_path (set -q AQUA_ROOT_DIR; and echo $AQUA_ROOT_DIR; or set -q XDG_DATA_HOME; and echo $XDG_DATA_HOME; or echo $HOME/.local/share)/aquaproj-aqua/bin
(It is longer than sh script because fish shell doesn't have an operator :-
)
Metadata
Metadata
Assignees
Labels
No labels