Skip to content

Commit

Permalink
Provides the export function
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Escoffier <[email protected]>
  • Loading branch information
cescoffier committed Mar 24, 2014
1 parent 8c66619 commit 9f65bfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fish/export.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function export
set arr (echo $argv|tr = \n)
set -gx $arr[1] $arr[2]
end

0 comments on commit 9f65bfc

Please sign in to comment.