SkillAgentSearch skills...

Bash2FishAliasesSync

No description available

Install / Use

/learn @d0riven/Bash2FishAliasesSync
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bash2FishAliasesSync

Build Status

Translation and synchronization of bash alias to fish alias.

Usage

Add the following command to the ~/.config/fish/config.fish.
This allows you to sync the alias set via ~/.bashrc to ~/.config/fish/b2f_aliases.fish and load it into fish.

make -C /path/to/Bash2FishAliasesSync sync; and source ~/.config/fish/b2f_aliases.fish

Option

If you want to change will load path of .bashrc, set the following variable (_B2F_BASHRC) with make:

make -C /path/to/Bash2FishAliasesSync sync _B2F_BASHRC=/path/to/.bashrc; and source ~/.config/fish/b2f_aliases.fish

If you want to change the path where alias is saved, set the following variable (_B2F_ALIASES_FILE) to make:

make -C /path/to/Bash2FishAliasesSync sync _B2F_ALIASES_FILE=/path/to/file; and source /path/to/file

Note: It is necessary to change the source file path to be read.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated8d ago
Forks1

Languages

Shell

Security Score

65/100

Audited on Apr 1, 2026

No findings