From 11a2f5527953cd8f575119526f7d525bd6ea8933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 11 Oct 2024 17:17:55 +0200 Subject: sh: remove cd=z alias --- dot_local/share/sh/zoxide | 1 - dot_local/share/sh/zoxide.bash | 1 - dot_local/share/sh/zoxide.fish | 3 --- 3 files changed, 5 deletions(-) diff --git a/dot_local/share/sh/zoxide b/dot_local/share/sh/zoxide index a89202c..210db16 100644 --- a/dot_local/share/sh/zoxide +++ b/dot_local/share/sh/zoxide @@ -1,3 +1,2 @@ . hascmd zoxide || return eval "$(zoxide init posix --hook prompt)" -alias cd=z diff --git a/dot_local/share/sh/zoxide.bash b/dot_local/share/sh/zoxide.bash index b3ab493..6a02524 100644 --- a/dot_local/share/sh/zoxide.bash +++ b/dot_local/share/sh/zoxide.bash @@ -1,3 +1,2 @@ . hascmd zoxide || return eval "$(zoxide init bash)" -alias cd=z diff --git a/dot_local/share/sh/zoxide.fish b/dot_local/share/sh/zoxide.fish index 6c97910..b62450c 100644 --- a/dot_local/share/sh/zoxide.fish +++ b/dot_local/share/sh/zoxide.fish @@ -1,5 +1,2 @@ . hascmd zoxide || return zoxide init fish | source -function cd --wraps=z --description 'alias cd=z' - z $argv -end -- cgit v1.2.3