Skip to content

Commit

Permalink
Remove vi mode shell hook
Browse files Browse the repository at this point in the history
Direnv allows use of native shell, so customizing this environment is no
longer required.
  • Loading branch information
jmacdonald committed Feb 10, 2024
1 parent c617a83 commit 738ae7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ pkgs.mkShell {
];

RUST_BACKTRACE = 1;

shellHook = ''
# Vi mode
set -o vi
'';
}

0 comments on commit 738ae7d

Please sign in to comment.