mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 10:26:06 -07:00
add zoxide back for sesh
This commit is contained in:
parent
90d9263c25
commit
e9e182eebb
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user