gitbutler-cli: init at 0.18.8
This commit is contained in:
parent
957542e4dd
commit
4aa86d92aa
4 changed files with 40 additions and 19 deletions
|
|
@ -53,6 +53,7 @@
|
|||
ls = "eza -lah --icons --git";
|
||||
lss = "ls --total-size";
|
||||
lt = "ls -T --git-ignore";
|
||||
bs = "but status";
|
||||
};
|
||||
functions = {
|
||||
checkHash = "nix hash to-sri --type sha256 $(nix-prefetch-url --unpack $argv)";
|
||||
|
|
@ -64,12 +65,6 @@
|
|||
|
||||
syncfactoriomodstoserver = ''rsync -aP ~/.factorio/mods/ root@loptland:/var/lib/factorio/mods/ --delete && ssh root@loptland "systemctl restart systemd-tmpfiles-resetup.service && systemctl restart factorio.service"'';
|
||||
};
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{
|
||||
name = "forgit";
|
||||
src = forgit.src;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
yazi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue