Skip to content

Commit

Permalink
I never actually use thefuck
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 4, 2021
1 parent 0e84e21 commit 0eeadf9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dotfiles/zsh.nix
Expand Up @@ -20,11 +20,6 @@ let
builtins.foldl' (soFar: new: soFar + "\n" + builtins.readFile new) ""
extras;
in {
home.packages = [
# for shell autocorrections
pkgs.thefuck
];

programs.zsh = {
enable = true;

Expand All @@ -41,8 +36,6 @@ in {
PROMPT="%B%F{blue}%c%f%b %F{blue}»%f "
RPROMPT=
eval $(${pkgs.thefuck}/bin/thefuck --alias heck)
'' + extraInitExtra;

history = {
Expand Down

0 comments on commit 0eeadf9

Please sign in to comment.