minor error correction
This commit is contained in:
parent
ac51e596a0
commit
806fb0f269
2 changed files with 6 additions and 6 deletions
10
dot_zshrc
10
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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue