From b50858d9917dad6454b000f68edcf1d5a07c1234 Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Sat, 15 Jun 2024 07:38:51 +0200 Subject: [PATCH] update fish config --- modules/home/fish.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/fish.nix b/modules/home/fish.nix index f32e8609..3d33b592 100644 --- a/modules/home/fish.nix +++ b/modules/home/fish.nix @@ -23,6 +23,7 @@ p@{ config, lib, pkgs, ... }: l = "eza -al"; la = "eza -al"; lg = "eza -al --git"; + lgg = "lazygit"; ll = "eza -l"; ls = "eza"; nbconvert = "jupyter nbconvert --to script --stdout"; @@ -53,9 +54,10 @@ p@{ config, lib, pkgs, ... }: gst = "git status"; kc = "kubectl"; nb = "nix build"; - nr = "nix run"; nf = "nix flake"; + nfl = "nix flake lock"; nfu = "nix flake update"; + nr = "nix run"; }; interactiveShellInit = ''