Alf - Your Little Bash Alias Friend

Alf alias manager - Create and synchronize bash aliases across hosts using a config file

📅 Wednesday, Jan 5, 2022

🔄 Wednesday, Jan 5, 2022

📖 Reading time: 1 min


Alf — Your Little Bash Alias Friend

  • Create aliases by using a config file.
  • Create aliases for sub-commands (for example, g s for git status).
  • Synchronize your aliases across hosts or users by uploading your config file to GitHub.
  • Does not alter anything in your system except for creating the ~/.bash_aliases file, which is normally already sourced by your login process. Works with bash and zsh.

github link