Add sesh and dependency to zoxide
This commit is contained in:
parent
d9ea276f5a
commit
207f3c5dfe
2 changed files with 26 additions and 9 deletions
|
|
@ -148,7 +148,7 @@ export ZSH_TMUX_DEFAULT_SESSION_NAME=build
|
|||
if command -v fzf &>/dev/null; then
|
||||
|
||||
change_path_and_find_project() {
|
||||
cd {{ .projectdir }}
|
||||
z {{ .projectdir }}
|
||||
zle fzf-cd-widget
|
||||
zle reset-prompt
|
||||
}
|
||||
|
|
@ -158,6 +158,12 @@ if command -v fzf &>/dev/null; then
|
|||
fi
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Zoxide
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Sdkman
|
||||
# ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue