remove transient prompt plugin
This commit is contained in:
parent
ce28e6a599
commit
32ffabc393
1 changed files with 0 additions and 11 deletions
|
@ -35,17 +35,6 @@
|
|||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
{
|
||||
name = "transient.fish";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "zzhaolei";
|
||||
repo = "transient.fish";
|
||||
rev = "7091a1ef574e4c2d16779e59d37ceb567128c787";
|
||||
hash = "sha256-rZqMQiVGEEYus5MxkpFhaXnjVStmsjWkGly4B6bjcks=";
|
||||
};
|
||||
}
|
||||
];
|
||||
interactiveShellInit = ''
|
||||
fish_vi_key_bindings
|
||||
|
||||
|
|
Loading…
Reference in a new issue