Skip to content

Commit

Permalink
home: add shell alias
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Dec 10, 2024
1 parent fd0eeae commit 9b04b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/client-apps/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
export EDITOR="code --wait"
fi
alias nb="nix build -L"
function nlw { nix-locate -w "$@" | grep -v "^(" }
# For Podman
export REGISTRY_AUTH_FILE="$HOME/.config/podman-registry-auth.json";
Expand Down

0 comments on commit 9b04b0b

Please sign in to comment.