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

How to setup database on Windows 10? #82

Closed
kelong-shi-myob opened this issue Mar 22, 2024 · 1 comment
Closed

How to setup database on Windows 10? #82

kelong-shi-myob opened this issue Mar 22, 2024 · 1 comment

Comments

@kelong-shi-myob
Copy link

jump shell return this bash shell which can't be used on PowerShell:

# Put the line below in ~/.bashrc or ~/bash_profile:
#
#   eval "$(jump shell bash)"
#
# The following lines are autogenerated:

__jump_prompt_command() {
  local status=$?
  jump chdir && return $status
}

__jump_hint() {
  local term="${COMP_LINE/#j /}"
  echo \'$(jump hint "$term")\'
}

j() {
  local dir="$(jump cd "$@")"
  test -d "$dir"  && cd "$dir"
}

[[ "$PROMPT_COMMAND" =~ __jump_prompt_command ]] || {
  PROMPT_COMMAND="__jump_prompt_command;$PROMPT_COMMAND"
}

complete -o dirnames -C '__jump_hint' j
@gsamokovarov
Copy link
Owner

Hey, sorry for taking so long to get back to you. :( We do have PowerShell integration support, run jump shell pwsh. I can make the discoverability of the PowerShell integration better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants