mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 01:32:45 +08:00
![ridiculousfish](/assets/img/avatar_default.png)
This reverts PR #9666. This had outstanding review comments and should not have been committed.
15 lines
197 B
Rust
15 lines
197 B
Rust
pub mod shared;
|
|
|
|
pub mod abbr;
|
|
pub mod bg;
|
|
pub mod block;
|
|
pub mod contains;
|
|
pub mod echo;
|
|
pub mod emit;
|
|
pub mod exit;
|
|
pub mod pwd;
|
|
pub mod random;
|
|
pub mod realpath;
|
|
pub mod r#return;
|
|
pub mod wait;
|