Skip to content

Commit

Permalink
pathfinder: add paf alias
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Aug 18, 2024
1 parent ca51678 commit 241d699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/project/pathfinder/src/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ PAF_CMD_NORETURN void paf::alias::execute(const lyra::group& group)
std::exit(EXIT_SUCCESS);
}

std::cout << "paf() { " << xph::exec_path << " \"$@\"; }\n";
std::cout << "M() { " << xph::exec_path << " mark \"$@\"; }\n";
std::cout << "m() { " << xph::exec_path << " mark -a \"$@\"; }\n";
std::cout << R"#(g() { cd "$()#" << xph::exec_path << ' '
Expand Down

0 comments on commit 241d699

Please sign in to comment.