mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
tweaks to vim paste and git
This commit is contained in:
@ -67,6 +67,9 @@ in {
|
||||
cdg = "cd (git rev-parse --show-toplevel)";
|
||||
};
|
||||
|
||||
# Required for fish commands
|
||||
home.packages = with pkgs; [ fish fzf bat ];
|
||||
|
||||
programs.fish.functions = lib.mkIf (builtins.elem pkgs.fzf home-packages
|
||||
&& builtins.elem pkgs.bat home-packages) {
|
||||
git = { body = builtins.readFile ./fish/functions/git.fish; };
|
||||
|
Reference in New Issue
Block a user