diff --git a/home/dot_bash_profile b/home/dot_bash_profile index 43b15f5d..a9c0c915 100644 --- a/home/dot_bash_profile +++ b/home/dot_bash_profile @@ -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` diff --git a/provision/modules/base/terminal.nix b/provision/modules/base/terminal.nix index cf3fb28c..b01e0f46 100644 --- a/provision/modules/base/terminal.nix +++ b/provision/modules/base/terminal.nix @@ -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