scamacho23 / liszt

Save snippets of information quickly through the command line

Home Page:https://liszt.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command-line arguments faulty

scamacho23 opened this issue · comments

The program currently assumes that the user has a bash alias remember='python3 /path/to/program/location'

This is not portable. Make it so.

Maybe add a script that, when run, appends the alias to the .zshrc file? Or the bash_profile? There must be an easier way to do this?