diff --git a/private_dot_config/private_fish/functions/zs.fish b/private_dot_config/private_fish/functions/zs.fish new file mode 100644 index 0000000..dca92ac --- /dev/null +++ b/private_dot_config/private_fish/functions/zs.fish @@ -0,0 +1,4 @@ +function zs --description 'zoxide jump with fzf' + set -l dir (zoxide query -i) + test -n "$dir"; and z "$dir" +end