diff options
| author | ruki <[email protected]> | 2023-03-03 22:55:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-03-03 22:55:12 +0800 |
| commit | 6c43a097157fe7f9e10e576aa637159503ff426a (patch) | |
| tree | 06dd6da40f16fb306880b9c00bacdcd778a34660 /xmake/scripts | |
| parent | 06ab760da4fa6ac649f617065cbee5024b82b575 (diff) | |
improve os.shell
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/profile-unix.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/scripts/profile-unix.fish b/xmake/scripts/profile-unix.fish index 94c79e271..ea0f243de 100644 --- a/xmake/scripts/profile-unix.fish +++ b/xmake/scripts/profile-unix.fish @@ -18,6 +18,9 @@ # @homepage profile-unix.fish # +# register environments +export XMAKE_SHELL=fish + # register completions . "$XMAKE_PROGRAM_DIR/scripts/completions/register-completions.fish" |
