From 1f80d53bf43162fde542a8d8c04552fba3a7593e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 10 Feb 2023 18:36:35 +0100 Subject: Hosts: Add 'open' alias --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/home.nix b/hosts/home.nix index 1d32d8a..15fdc40 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -300,6 +300,7 @@ vim = "nvim"; q = "exit"; c = "clear"; + open = "xdg-open"; "," = ", --database '/etc/nix-index'"; extract = '' () { -- cgit 1.4.1