diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_local/lib/sh/jump | 5 | ||||
| -rw-r--r-- | dot_local/lib/sh/jump.fish | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dot_local/lib/sh/jump b/dot_local/lib/sh/jump new file mode 100644 index 0000000..8df5747 --- /dev/null +++ b/dot_local/lib/sh/jump @@ -0,0 +1,5 @@ +. hascmd jump || return + +# this generally won't be used +# in favor of explicit versions +eval "$(jump shell)" diff --git a/dot_local/lib/sh/jump.fish b/dot_local/lib/sh/jump.fish new file mode 100644 index 0000000..1eb72a9 --- /dev/null +++ b/dot_local/lib/sh/jump.fish @@ -0,0 +1,2 @@ +. hascmd jump || return +jump shell fish | source |
