mirror of https://codeberg.org/anemofilia/zero
radio: files: fish: Add function to automatically run guix shell when inside a guix-shell-authorized-directory
parent
79338c28b1
commit
09bc20da60
|
@ -0,0 +1,5 @@
|
|||
function __guix_shell --on-variable PWD
|
||||
if test -n (grep -x $PWD ~/.config/guix/shell-authorized-directories)
|
||||
guix shell
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue