Skip to content

Commit

Permalink
Add workaround for fish-shell/fish-shell#4103
Browse files Browse the repository at this point in the history
  • Loading branch information
bswinnerton committed Jun 13, 2017
1 parent de8d7b8 commit e70f90b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fish/functions/setenv.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Workaround for https://git.io/vH7vA
function setenv
set -gx $argv
end

1 comment on commit e70f90b

@kfir-rocketrip
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.