From 806fb0f269f1e7b467825e38b7488601530bce65 Mon Sep 17 00:00:00 2001 From: polymachine Date: Wed, 20 Nov 2024 21:07:49 +0100 Subject: [PATCH] minor error correction --- dot_profile | 2 +- dot_zshrc | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dot_profile b/dot_profile index 31d20f3a..55144da6 100644 --- a/dot_profile +++ b/dot_profile @@ -18,7 +18,7 @@ fi if [ -f "$HOME/.cargo/env" ]; then . "$HOME/.cargo/env" -elif [-d "$HOME/.cargo/bin" ]; then +elif [ -d "$HOME/.cargo/bin" ]; then PATH="$HOME/.cargo/bin:$PATH" fi diff --git a/dot_zshrc b/dot_zshrc index fcba245e..b15c168b 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -124,9 +124,9 @@ if [ "$TERM" = "linux" ]; then clear #for background artifacting fi -tere() { - local result=$(command tere "$@") - [ -n "$result" ] && cd -- "$result" -} +# tere() { +# local result=$(command tere "$@") +# [ -n "$result" ] && cd -- "$result" +# } export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" -eval "$(zoxide init --cmd cd zsh)" +# eval "$(zoxide init --cmd cd zsh)"