mirror of https://codeberg.org/anemofilia/zero
6 lines
145 B
Fish
6 lines
145 B
Fish
|
function __guix_shell --on-variable PWD
|
||
|
if test -n (grep -x $PWD ~/.config/guix/shell-authorized-directories)
|
||
|
guix shell
|
||
|
end
|
||
|
end
|