Compare commits
No commits in common. "b635a8c5b2ace7e3a18308015b5bda293efec9b2" and "65c10866ec3bd1ca17f57381d12f4f3010f8d92f" have entirely different histories.
b635a8c5b2
...
65c10866ec
3 changed files with 0 additions and 13 deletions
|
@ -35,17 +35,6 @@
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
|
||||||
{
|
|
||||||
name = "transient.fish";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "zzhaolei";
|
|
||||||
repo = "transient.fish";
|
|
||||||
rev = "7091a1ef574e4c2d16779e59d37ceb567128c787";
|
|
||||||
hash = "sha256-rZqMQiVGEEYus5MxkpFhaXnjVStmsjWkGly4B6bjcks=";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
casks = [
|
casks = [
|
||||||
"discord"
|
"discord"
|
||||||
"keycastr"
|
"keycastr"
|
||||||
"netnewswire"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
masApps = {
|
masApps = {
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
"discord"
|
"discord"
|
||||||
"keycastr"
|
"keycastr"
|
||||||
"mouseless@preview"
|
"mouseless@preview"
|
||||||
"netnewswire"
|
|
||||||
"postgres-unofficial"
|
"postgres-unofficial"
|
||||||
"postico"
|
"postico"
|
||||||
"slack"
|
"slack"
|
||||||
|
|
Loading…
Reference in a new issue