diff --git a/.zshrc b/.zshrc index 92a22d7..0fad66c 100644 --- a/.zshrc +++ b/.zshrc @@ -114,3 +114,4 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" source $HOME/dotfiles/sh_personal MANPAGER="col -b | cat" MANROFFOPT="-P-c" +eval "$(zoxide init zsh)" diff --git a/nvim/lua/kickstart/plugins/telescope.lua b/nvim/lua/kickstart/plugins/telescope.lua index 384d4aa..c036c3b 100755 --- a/nvim/lua/kickstart/plugins/telescope.lua +++ b/nvim/lua/kickstart/plugins/telescope.lua @@ -83,7 +83,7 @@ return { layout_strategy = "horizontal", sorting_strategy = "ascending", selection_strategy = "reset", - initial_mode = "normal", + initial_mode = "insert", layout_config = { horizontal = { prompt_position = "top", diff --git a/sh_personal b/sh_personal index dc7d6c7..c0350df 100644 --- a/sh_personal +++ b/sh_personal @@ -12,6 +12,7 @@ HISTCONTROL=ignoreboth if [[ -n "$BASH_VERSION" ]]; then shopt -s histappend eval "$(starship init bash)" + eval "$(zoxide init bash)" # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. @@ -66,7 +67,6 @@ alias lt="eza --group-directories-first --icons -T -L1" alias ll="ls -lagh" alias bless="bat --paging=auto" alias rename-pane="~/dotfiles/scripts/rename-pane.sh" -alias ranger="~/.local/bin/ranger/ranger.py" alias cat="bat -pf" alias gl="git log" alias gC="git commit" diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 08c767a..0fd3c98 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,7 +10,7 @@ # ------------------------------------------------------------------------------ # set shell -set -g default-shell /bin/bash +# set -g default-shell /bin/bash # -- general ------------------------------------------------------------------- diff --git a/tmux/tmux.conf.local b/tmux/tmux.conf.local index 13a4961..ac92747 100644 --- a/tmux/tmux.conf.local +++ b/tmux/tmux.conf.local @@ -367,6 +367,7 @@ tmux_conf_urlscan_options="--compact --dedupe" # -- user customizations ------------------------------------------------------- # this is the place to override or undo settings +set-option -g detach-on-destroy off # increase history size set -g history-limit 99999999