Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Update README.md #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,13 @@ linux. If by some chance you are using other shell, or for some other reason it
You can try to set the aliases yourself, by adding:

```
alias francinette="$HOME"/francinette/tester.sh
alias paco="$HOME"/francinette/tester.sh
alias francinette='~/francinette/tester.sh'
alias paco='~/francinette/tester.sh'
```
With .zshrc (for .bashrc is the same, but instead of .zshrc type .bashrc):
1. Open nano ```~/.zshrc```
2. Add the aliases listed above (francinette & paco)
3. Reload your shell configuration ```source ~/.zshrc```

Now it should work. If it does not, don't be afraid to contact me.

Expand Down