add 'fhs' alias for when i need to run a dynamically linked executable
This commit is contained in:
parent
f64b285564
commit
f13a0fe597
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
programs.bat.enable = true;
|
||||
programs.eza.enable = true;
|
||||
programs.man.enable = true;
|
||||
home.packages = [
|
||||
pkgs.unstable.steam-run
|
||||
];
|
||||
|
||||
programs.wezterm.enableZshIntegration = true;
|
||||
programs.fzf = {
|
||||
|
@ -148,6 +151,7 @@
|
|||
};
|
||||
shellAliases = {
|
||||
run = "nix-shell --command 'zsh' -p";
|
||||
fhs = "steam-run";
|
||||
nsh = "nix-shell --command 'zsh'";
|
||||
nd = "nix develop";
|
||||
g = "git";
|
||||
|
|
Loading…
Reference in a new issue