1
0
Fork 0

Add o command to open then file then disown process

main
Ethan Reece 2024-10-09 17:38:21 -05:00
parent 95035cd9fd
commit 879fb181c6
Signed by: me
GPG Key ID: 198E9EB433DB1B28
1 changed files with 4 additions and 0 deletions

View File

@ -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