From 38bcdac6e5c356cd60b4f613e47874bfadf6b07e Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Mon, 17 Apr 2023 20:30:35 +0200 Subject: [PATCH] Remove thefuck --- README.md | 2 +- fish/config.fish | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index bfdb84a..ca319ae 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ echo "source ~/.config/vim/.vimrc" > .vimrc /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install Homebrew packages -brew install python fish git neovim ripgrep autojump thefuck +brew install python fish git neovim ripgrep autojump # Install Node Version Manager and Node curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash diff --git a/fish/config.fish b/fish/config.fish index 68b4609..a38b663 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -7,7 +7,6 @@ alias nvimconfig="cd ~/.config/nvim && nvim && cd -" alias ai="sgpt -se" abbr x86 "arch -x86_64" -abbr f "fuck" abbr v "nvim" abbr gpf "git push --force-with-lease" abbr ghv "gh repo view --web" @@ -54,9 +53,6 @@ end # Enable autojump [ -f /opt/homebrew/share/autojump/autojump.fish ]; and source /opt/homebrew/share/autojump/autojump.fish -# Initialize fuck -thefuck --alias | source - # Allow running pip packages export PATH="/Users/mikkelsvartveit/Library/Python/3.9/bin:$PATH"