Skip to content

Commit

Permalink
Merge pull request #1127 from NordSecurity/fish-shell-in-nat-lab
Browse files Browse the repository at this point in the history
Add environment setting script for the fish shell
  • Loading branch information
tomaszklak authored Feb 18, 2025
2 parents 28d421a + 0a8c273 commit 0c7b90f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file.
4 changes: 4 additions & 0 deletions ci/env.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env fish

set --local SCRIPT_DIR (status dirname)
$SCRIPT_DIR/env.py | sed 's/^export /set --global --export /; s/=/ /' | source

0 comments on commit 0c7b90f

Please sign in to comment.