Skip to content

Commit

Permalink
update fish config
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jun 15, 2024
1 parent cee40da commit b50858d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/home/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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 = ''
Expand Down

0 comments on commit b50858d

Please sign in to comment.