From 879fb181c63230b8fd2164bb32c3af043c5a40c1 Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Wed, 9 Oct 2024 17:38:21 -0500 Subject: [PATCH] Add o command to open then file then disown process --- .config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index acb9487..666a7f0 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -35,6 +35,10 @@ set -x VISUAL $GUIX_HOME/bin/hx alias ls='exa' +function o + xdg-open $argv & disown +end + function home-reconfig cd ~/src/guix-config just