add zoxide back for sesh

This commit is contained in:
Tyler Starr 2025-03-12 23:43:25 -07:00
parent 90d9263c25
commit e9e182eebb
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,9 @@ shopt -s histappend;
# Autocorrect typos in path names when using `cd`
shopt -s cdspell;
# Setup zoxide
eval "$(zoxide init bash)"
# Enable some Bash 4 features when possible:
# * `autocd`, e.g. `**/qux` will enter `./foo/bar/baz/qux`
# * Recursive globbing, e.g. `echo **/*.txt`

View File

@ -11,6 +11,7 @@
vim # Text editor that is highly configurable and widely used, especially in the Unix environment
sesh # Smart session manager for the terminal
zoxide # Fast cd command that learns your habits
ripgrep # Line-oriented search tool that recursively searches directories for a regex pattern
fzf # Command-line fuzzy finder for Unix-like operating systems
nix-search-cli # Command-line utility for searching the Nix package repository