mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
add zoxide
This commit is contained in:
parent
eba8e40f1a
commit
23fe1eb8fb
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ if command -v starship >/dev/null
|
||||||
source (starship init fish --print-full-init | psub)
|
source (starship init fish --print-full-init | psub)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# zoxide
|
||||||
|
if command -v zoxide >/dev/null
|
||||||
|
zoxide init fish | source
|
||||||
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue