add zoxide
This commit is contained in:
parent
205a3a93fd
commit
32f899dc44
2 changed files with 4 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ keys = [
|
|||
Key([mod], "f", lazy.window.toggle_fullscreen(), desc='toggle fullscreen'),
|
||||
|
||||
# ## Stack controls
|
||||
# Key([mod, "shift"], "Tab", lazy.layout.rotate(), lazy.layout.flip(),
|
||||
# desc='Switch which side main pane occupies (XmonadTall)'),
|
||||
Key([mod, "shift"], "Tab", lazy.layout.rotate(), lazy.layout.flip(),
|
||||
desc='Switch which side main pane occupies (XmonadTall)'),
|
||||
# Key([mod], "space", lazy.layout.next(), desc='Switch window focus to other pane(s) of stack'),
|
||||
# Key([mod, "shift"], "space", lazy.layout.toggle_split(),
|
||||
# desc='Toggle between split and unsplit sides of stack'),
|
||||
|
|
|
|||
|
|
@ -133,6 +133,8 @@ tere() {
|
|||
local result=$(command tere "$@")
|
||||
[ -n "$result" ] && cd -- "$result"
|
||||
}
|
||||
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
{{ else if eq .chezmoi.hostname "t450s" }}
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue