Skip to content

Commit

Permalink
Use local zoxide, awaiting release ajeetdsouza/zoxide#632
Browse files Browse the repository at this point in the history
  • Loading branch information
arkrost committed Dec 3, 2023
1 parent 0f0a4ef commit d92a865
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ brew "exa"
brew "fd"
brew "fzf"
brew "git-delta"
brew "helix", args: ["HEAD"]
brew "helix"
brew "helm"
brew "jq"
brew "k9s"
Expand All @@ -26,7 +26,6 @@ brew "ripgrep"
brew "starship"
brew "stern"
brew "trash"
brew "vscode-langservers-extracted"
brew "zellij"
brew "zoxide"
cask "alacritty"
Expand Down
3 changes: 2 additions & 1 deletion nu/env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ $env.ENV_CONVERSIONS = {
mkdir "~/.cache/nu"
/opt/homebrew/bin/atuin init nu | save -f "~/.cache/nu/atuin.nu"
/opt/homebrew/bin/starship init nu | save -f "~/.cache/nu/starship.nu"
/opt/homebrew/bin/zoxide init nushell | save -f "~/.cache/nu/zoxide.nu"
# /opt/homebrew/bin/zoxide init nushell | save -f "~/.cache/nu/zoxide.nu"
~/.local/bin/zoxide init nushell | save -f "~/.cache/nu/zoxide.nu"
1 change: 1 addition & 0 deletions zellij/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ keybinds {
bind "Alt h" "Alt Left" { MoveFocus "Left"; }
bind "Alt l" "Alt Right" { MoveFocus "Right"; }
bind "Alt f" { ToggleFocusFullscreen; }
bind "Alt w" { ToggleFloatingPanes; }
}
}

Expand Down

0 comments on commit d92a865

Please sign in to comment.