Skip to content

Command alias Linux Mac

OrigamiK edited this page Jul 21, 2021 · 5 revisions

To get the kaa command as an alias on your linux/mac bash terminal

  • change the path to the project directory according to your system.

Add this to your .bashrc file

alias kaa='f(){ pushd /home/Path/to/kickassanime-downloader/ > /dev/null && python3 cli.py "$@"; popd > /dev/null; unset -f f; }; f'