setup transient prompt for fish
This commit is contained in:
parent
c60dc84884
commit
b635a8c5b2
1 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,17 @@
|
|||
|
||||
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