summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/zoxide.sh
blob: 8bbb86befd23384f2b679ec3d0f92573cb05f057 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# zoxide.sh
# Craig Jennings <c@cjennings.net>
# zoxide initialization, sourced by .profile

# Initialize zoxide for zsh
eval "$(zoxide init zsh)"

# Alias cd to use zoxide
# alias cd="z"