Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add native support to fish shell #1168

Merged
merged 12 commits into from
Mar 24, 2022
Prev Previous commit
Next Next commit
Create local_setup.fish template file
  • Loading branch information
FelipeGdM committed Feb 28, 2022
commit 267291c99df931dc860fddb87d41e1584575c9ee
14 changes: 14 additions & 0 deletions cmake/templates/local_setup.fish.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env fish
# generated from catkin/cmake/template/local_setup.fish.in

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time

if test -z $_CATKIN_SETUP_DIR
set _CATKIN_SETUP_DIR @SETUP_DIR@
end

set CATKIN_SETUP_UTIL_ARGS "--extend --local"
source "$_CATKIN_SETUP_DIR/setup.fish"

set -e CATKIN_SETUP_UTIL_ARGS