From 0261347ede42972157880fba44a9a9f3f27faeeb Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sun, 7 Jan 2024 22:03:01 +0000
Subject: [PATCH] Add new ZSH aliases

---
 system/shared/modules/zsh.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/system/shared/modules/zsh.nix b/system/shared/modules/zsh.nix
index 9e527c50..49a6397a 100644
--- a/system/shared/modules/zsh.nix
+++ b/system/shared/modules/zsh.nix
@@ -110,6 +110,8 @@
       ialias update="fetch && rebase"
       ialias wip="git add . && git commit -m 'wip'";
       ialias wt="git worktree"
+      balias lh3="xdg-open http://localhost:3000"
+      balias lh8="xdg-open http://localhost:8000"
 
       # tmux
       alias ta="tmux attach"
@@ -144,6 +146,7 @@
       alias nxb="nix build"
       alias nxd="nix develop"
       alias nxf="nix flake"
+      alias nxfu="nix flake update"
       alias nxs="nix shell"
       ialias full-system-clean='nix-collect-garbage -d && sudo nix-collect-garbage -d'
       ialias full-system-repair='nix-store --verify --check-contents --repair'