diff options
| author | ruki <[email protected]> | 2023-03-03 22:50:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-03-03 22:50:30 +0800 |
| commit | 317910e7d4c19fc5aa461edea90cda0f2b16bc25 (patch) | |
| tree | c4f912b64c4811ba08d85c60e58df63a23fe3b71 /xmake/scripts/profile-unix.fish | |
| parent | 409fe90b6fa9a58e7bc34471ecbab945399235e7 (diff) | |
improve fish profile
Diffstat (limited to 'xmake/scripts/profile-unix.fish')
| -rw-r--r-- | xmake/scripts/profile-unix.fish | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xmake/scripts/profile-unix.fish b/xmake/scripts/profile-unix.fish new file mode 100644 index 000000000..94c79e271 --- /dev/null +++ b/xmake/scripts/profile-unix.fish @@ -0,0 +1,23 @@ +# A cross-platform build utility based on Lua +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http:##www.apache.org#licenses#LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# Copyright (C) 2022-present, TBOOX Open Source Group. +# +# @author ruki +# @homepage profile-unix.fish +# + +# register completions +. "$XMAKE_PROGRAM_DIR/scripts/completions/register-completions.fish" + |
