File tree Expand file tree Collapse file tree 7 files changed +18
-3
lines changed Expand file tree Collapse file tree 7 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,8 @@ POSH=agnoster
8
8
# -----------------------------------------------------
9
9
# eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/zen.toml)"
10
10
eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/EDM115-newline.omp.json)"
11
+
12
+ # -----------------------------------------------------
13
+ # Zoxide
14
+ # -----------------------------------------------------
15
+ eval "$(zoxide init bash)"
Original file line number Diff line number Diff line change @@ -46,3 +46,8 @@ eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/EDM115-newline.omp.j
46
46
47
47
# Shipped Theme
48
48
# eval "$(oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/agnoster.omp.json)"
49
+
50
+ # -----------------------------------------------------
51
+ # Zoxide
52
+ # -----------------------------------------------------
53
+ eval "$(zoxide init zsh)"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ packages=(
32
32
" polkit-gnome"
33
33
" zsh"
34
34
" zsh-completions"
35
+ " zoxide"
35
36
" fzf"
36
37
" pavucontrol"
37
38
" papirus-icon-theme"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ packages=(
29
29
" waybar"
30
30
" rofi-wayland"
31
31
" zsh"
32
+ " zoxide"
32
33
" fzf"
33
34
" pavucontrol"
34
35
" papirus-icon-theme"
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ packages=(
57
57
" polkit-gnome"
58
58
" zsh"
59
59
" zsh-completions"
60
+ " zoxide"
60
61
" fzf"
61
62
" pavucontrol"
62
63
" papirus-icon-theme"
@@ -182,4 +183,4 @@ cargo install -q matugen
182
183
cargo install -q wallust
183
184
184
185
echo " :: Installation complete."
185
- echo " :: Ready to install the dotfiles with the Dotfiles Installer."
186
+ echo " :: Ready to install the dotfiles with the Dotfiles Installer."
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ packages=(
54
54
" waybar"
55
55
" rofi-wayland"
56
56
" zsh"
57
+ " zoxide"
57
58
" fzf"
58
59
" pavucontrol"
59
60
" papirus-icon-theme"
@@ -180,4 +181,4 @@ sudo pip install screeninfo
180
181
sudo pip install waypaper
181
182
182
183
echo " :: Installation complete."
183
- echo " :: Ready to install the dotfiles with the Dotfiles Installer."
184
+ echo " :: Ready to install the dotfiles with the Dotfiles Installer."
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ packages=(
54
54
" waybar"
55
55
" rofi-wayland"
56
56
" zsh"
57
+ " zoxide"
57
58
" fzf"
58
59
" pavucontrol"
59
60
" papirus-icon-theme"
@@ -182,4 +183,4 @@ sudo pip install screeninfo
182
183
sudo pip install waypaper
183
184
184
185
echo " :: Installation complete."
185
- echo " :: Ready to install the dotfiles with the Dotfiles Installer."
186
+ echo " :: Ready to install the dotfiles with the Dotfiles Installer."
You can’t perform that action at this time.
0 commit comments