Add o command to open then file then disown process
parent
95035cd9fd
commit
879fb181c6
|
@ -35,6 +35,10 @@ set -x VISUAL $GUIX_HOME/bin/hx
|
||||||
|
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
|
|
||||||
|
function o
|
||||||
|
xdg-open $argv & disown
|
||||||
|
end
|
||||||
|
|
||||||
function home-reconfig
|
function home-reconfig
|
||||||
cd ~/src/guix-config
|
cd ~/src/guix-config
|
||||||
just
|
just
|
||||||
|
|
Loading…
Reference in New Issue