Skip to content

Commit 6880db9

Browse files
committed
Zoxide: Add package specs and bash integration
1 parent 9a41d6e commit 6880db9

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

home/.chezmoidata/package_specs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ softwarePackages:
7878
brew: yq
7979
eget:
8080
source: mikefarah/yq
81+
zoxide:
82+
brew: zoxide
83+
eget:
84+
source: ajeetdsouza/zoxide

home/.chezmoidata/packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ packages:
2121
- macvim
2222
- tox
2323
- colout
24+
- zoxide
2425
interactive:
2526
- jordanbaird-ice
2627
- font-fantasque-sans-mono-nerd-font
@@ -45,4 +46,5 @@ packages:
4546
- git-delta
4647
- colout
4748
- tox
49+
- zoxide
4850
interactive: []
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
# Initialize zoxide - smarter cd command
4+
# https://github.com/ajeetdsouza/zoxide
5+
6+
command -v zoxide &>/dev/null && eval "$(zoxide init bash)"

0 commit comments

Comments
 (0)