summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/zoxide.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.profile.d/zoxide.sh')
-rwxr-xr-xdotfiles/system/.profile.d/zoxide.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/dotfiles/system/.profile.d/zoxide.sh b/dotfiles/system/.profile.d/zoxide.sh
deleted file mode 100755
index 8bbb86b..0000000
--- a/dotfiles/system/.profile.d/zoxide.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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"