mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
6 lines
152 B
Fish
6 lines
152 B
Fish
set -l path (status dirname)
|
|
set -l fish (status fish-path)
|
|
for f in (seq 100)
|
|
echo $fish -n $path/aliases.fish
|
|
$fish -n $path/aliases.fish
|
|
end
|