mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47: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`
|
||||
shopt -s cdspell;
|
||||
|
||||
# Setup thefuck
|
||||
eval "$(thefuck --alias)"
|
||||
|
||||
# Enable some Bash 4 features when possible:
|
||||
# * `autocd`, e.g. `**/qux` will enter `./foo/bar/baz/qux`
|
||||
# * Recursive globbing, e.g. `echo **/*.txt`
|
||||
|
@ -25,6 +25,7 @@ in {
|
||||
bash-completion
|
||||
tmux
|
||||
tmuxp
|
||||
thefuck
|
||||
|
||||
nnn
|
||||
# for nnn
|
||||
|
Loading…
x
Reference in New Issue
Block a user