hosts/dunamis/users/user/programs.nix: add jujutsu
modules/home/programs/shell/fish.nix: "jf" alias for jf-fzf Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -38,6 +38,7 @@
|
|||||||
pom = "push origin main";
|
pom = "push origin main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
jujutsu.enable = true;
|
||||||
ripgrep.enable = true;
|
ripgrep.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -66,6 +67,7 @@
|
|||||||
rbw # bitwarden cli in rust
|
rbw # bitwarden cli in rust
|
||||||
pinentry-qt # pinentry for rbw
|
pinentry-qt # pinentry for rbw
|
||||||
vial # qmk keyboard configuring app
|
vial # qmk keyboard configuring app
|
||||||
|
jj-fzf # fuzzy finder jujutsu tui
|
||||||
waycheck # check wayland protocols
|
waycheck # check wayland protocols
|
||||||
pika-backup # borg gui in rust
|
pika-backup # borg gui in rust
|
||||||
virt-manager # libvirt gui
|
virt-manager # libvirt gui
|
||||||
|
@ -32,6 +32,7 @@ in {
|
|||||||
# cat = "bat";
|
# cat = "bat";
|
||||||
la = "ls -a";
|
la = "ls -a";
|
||||||
l = "ls -la";
|
l = "ls -la";
|
||||||
|
jf = "jj-fzf"; # think of jeff
|
||||||
};
|
};
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
bind \e\[3\;5~ kill-word
|
bind \e\[3\;5~ kill-word
|
||||||
|
Reference in New Issue
Block a user