mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
setup thefuck
This commit is contained in:
parent
1c0e56b2b6
commit
88427286e7
@ -16,6 +16,9 @@ shopt -s histappend;
|
|||||||
# Autocorrect typos in path names when using `cd`
|
# Autocorrect typos in path names when using `cd`
|
||||||
shopt -s cdspell;
|
shopt -s cdspell;
|
||||||
|
|
||||||
|
# Setup thefuck
|
||||||
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
# Enable some Bash 4 features when possible:
|
# Enable some Bash 4 features when possible:
|
||||||
# * `autocd`, e.g. `**/qux` will enter `./foo/bar/baz/qux`
|
# * `autocd`, e.g. `**/qux` will enter `./foo/bar/baz/qux`
|
||||||
# * Recursive globbing, e.g. `echo **/*.txt`
|
# * Recursive globbing, e.g. `echo **/*.txt`
|
||||||
|
@ -25,6 +25,7 @@ in {
|
|||||||
bash-completion
|
bash-completion
|
||||||
tmux
|
tmux
|
||||||
tmuxp
|
tmuxp
|
||||||
|
thefuck
|
||||||
|
|
||||||
nnn
|
nnn
|
||||||
# for nnn
|
# for nnn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user