Hi! How about a directory argument to load some standard file? And using a special ... to search all parent directories? guix shell . ;# ./guix.scm guix shell .. ;# ../guix.scm guix shell ... ;# ./(../)*guix.scm Bye Stefan