mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
7 lines
123 B
Fish
7 lines
123 B
Fish
function nix-shell
|
|
if type -q nom-shell
|
|
nom-shell $argv
|
|
else
|
|
nix-shell $argv
|
|
end
|
|
end
|