From 3a4c2a3175a4996ba5b6465b3bc31b03b5d62527 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 23 Feb 2024 18:05:26 +0100 Subject: [PATCH] nu: Add `xo` alias --- tree/.config/nushell/config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index 1540cf4..ab42142 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -822,6 +822,7 @@ alias gsta = git stash push alias gstp = git stash pop alias bt = bluetoothctl alias d = cd ~/.config/dotfiles/tree +alias xo = xdg-open # random scripts source ~/.local/nu/readelf.nu