mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +00:00
Add thefuck
This commit is contained in:
@@ -56,6 +56,7 @@ main() {
|
|||||||
sshfs
|
sshfs
|
||||||
tccutil
|
tccutil
|
||||||
the_silver_searcher
|
the_silver_searcher
|
||||||
|
thefuck
|
||||||
tmux
|
tmux
|
||||||
wget
|
wget
|
||||||
zsh
|
zsh
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ fi
|
|||||||
source "$DOTSHELL/emacs.sh"
|
source "$DOTSHELL/emacs.sh"
|
||||||
source "$DOTSHELL/git.sh"
|
source "$DOTSHELL/git.sh"
|
||||||
source "$DOTSHELL/tmux.sh"
|
source "$DOTSHELL/tmux.sh"
|
||||||
|
source "$DOTSHELL/thefuck.sh"
|
||||||
source "$DOTSHELL/ctags.sh"
|
source "$DOTSHELL/ctags.sh"
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|||||||
7
shell/thefuck.sh
Normal file
7
shell/thefuck.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# thefuck
|
||||||
|
#
|
||||||
|
|
||||||
|
if command -v thefuck > /dev/null; then
|
||||||
|
eval "$(thefuck --alias)"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user